Home
last modified time | relevance | path

Searched defs: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
3212 Instruction *Inst;
3215 unsigned Idx;
3217 InstructionAndIdx(Instruction *Inst, unsigned Idx) in InstructionAndIdx() function