Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2212 Instruction *PromotedInst = dyn_cast<Instruction>(Val); in isPromotedInstructionLegal() local
2213 if (!PromotedInst) in isPromotedInstructionLegal()
2215 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
2221 ISDOpcode, TLI.getValueType(PromotedInst->getType())); in isPromotedInstructionLegal()