Searched refs:OperandsToRemap (Results 1 – 1 of 1) sorted by relevance
2018 SmallSet<std::pair<Value *, Value *>, 16> OperandsToRemap; in cloneInstructions() local2026 OperandsToRemap.insert( in cloneInstructions()2031 for (auto &[OldOp, MappedOp] : OperandsToRemap) in cloneInstructions()2039 SmallSet<std::pair<Value *, Value *>, 16> OperandsToRemap; in cloneInstructions() local2047 OperandsToRemap.insert({OpInst, I->second}); in cloneInstructions()2050 for (auto &[OldOp, MappedOp] : OperandsToRemap) in cloneInstructions()