Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4003 Instruction *PromotedInst = dyn_cast<Instruction>(Val); in isPromotedInstructionLegal() local
4004 if (!PromotedInst) in isPromotedInstructionLegal()
4006 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
4012 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType())); in isPromotedInstructionLegal()