Searched refs:InstructionAndIdx (Results 1 – 1 of 1) sorted by relevance
1913 struct InstructionAndIdx { struct in __anon08e94ae70211::TypePromotionTransaction::UsesReplacer1918 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() argument1923 SmallVector<InstructionAndIdx, 4> OriginalUses;1924 typedef SmallVectorImpl<InstructionAndIdx>::iterator use_iterator;1934 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer()