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