Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3210 struct InstructionAndIdx { struct in __anon1d600f580b11::TypePromotionTransaction::UsesReplacer
3217 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() argument
3222 SmallVector<InstructionAndIdx, 4> OriginalUses;
3232 using use_iterator = SmallVectorImpl<InstructionAndIdx>::iterator;
3243 OriginalUses.push_back(InstructionAndIdx(UserI, U.getOperandNo())); in UsesReplacer()
3256 for (InstructionAndIdx &Use : OriginalUses) in undo()