Searched refs:OperandsToRemap (Results 1 – 1 of 1) sorted by relevance
2092 SmallSet<std::pair<Value *, Value *>, 16> OperandsToRemap; in cloneInstructions() local2100 OperandsToRemap.insert( in cloneInstructions()2105 for (auto &[OldOp, MappedOp] : OperandsToRemap) in cloneInstructions()