Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1856 struct InstructionAndIdx { struct in __anonebd7bfba0211::TypePromotionTransaction::UsesReplacer
1861 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() function
1866 SmallVector<InstructionAndIdx, 4> OriginalUses;
1867 typedef SmallVectorImpl<InstructionAndIdx>::iterator use_iterator;
1877 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer()