Searched refs:InstructionAndIdx (Results 1 – 1 of 1) sorted by relevance
3210 struct InstructionAndIdx { struct in __anon1d600f580b11::TypePromotionTransaction::UsesReplacer3217 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() argument3222 SmallVector<InstructionAndIdx, 4> OriginalUses;3232 using use_iterator = SmallVectorImpl<InstructionAndIdx>::iterator;3243 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer()3256 for (InstructionAndIdx &Use : OriginalUses) in undo()