Searched refs:OperandsToRemap (Results 1 – 1 of 1) sorted by relevance
2041 SmallSet<std::pair<Value *, Value *>, 16> OperandsToRemap; in cloneInstructions() local2049 OperandsToRemap.insert( in cloneInstructions()2054 for (auto &[OldOp, MappedOp] : OperandsToRemap) in cloneInstructions()2062 SmallSet<std::pair<Value *, Value *>, 16> OperandsToRemap; in cloneInstructions() local2070 OperandsToRemap.insert({OpInst, I->second}); in cloneInstructions()2073 for (auto &[OldOp, MappedOp] : OperandsToRemap) in cloneInstructions()