Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1913 struct InstructionAndIdx { struct in __anon08e94ae70211::TypePromotionTransaction::UsesReplacer
1918 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() argument
1923 SmallVector<InstructionAndIdx, 4> OriginalUses;
1924 typedef SmallVectorImpl<InstructionAndIdx>::iterator use_iterator;
1934 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer()