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