Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3410 Instruction *PromotedInst = dyn_cast<Instruction>(Val); in isPromotedInstructionLegal() local
3411 if (!PromotedInst) in isPromotedInstructionLegal()
3413 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
3419 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType())); in isPromotedInstructionLegal()