Home
last modified time | relevance | path

Searched refs:InstructionAndIdx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2336 struct InstructionAndIdx { struct in __anonebd7bfba0211::TypePromotionTransaction::UsesReplacer
2341 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() argument
2346 SmallVector<InstructionAndIdx, 4> OriginalUses;
2347 typedef SmallVectorImpl<InstructionAndIdx>::iterator use_iterator;
2357 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer()