Searched refs:InstructionAndIdx (Results 1 – 1 of 1) sorted by relevance
2336 struct InstructionAndIdx { struct in __anonebd7bfba0211::TypePromotionTransaction::UsesReplacer2341 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() argument2346 SmallVector<InstructionAndIdx, 4> OriginalUses;2347 typedef SmallVectorImpl<InstructionAndIdx>::iterator use_iterator;2357 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer()