Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2695 Instruction *PromotedInst = dyn_cast<Instruction>(Val); in isPromotedInstructionLegal() local
2696 if (!PromotedInst) in isPromotedInstructionLegal()
2698 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
2704 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType())); in isPromotedInstructionLegal()