Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4027 Instruction *PromotedInst = dyn_cast<Instruction>(Val); in isPromotedInstructionLegal() local
4028 if (!PromotedInst) in isPromotedInstructionLegal()
4030 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
4036 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType())); in isPromotedInstructionLegal()