Searched refs:PromotedInst (Results 1 – 1 of 1) sorted by relevance
4122 Instruction *PromotedInst = dyn_cast<Instruction>(Val); in isPromotedInstructionLegal() local4123 if (!PromotedInst) in isPromotedInstructionLegal()4125 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()4131 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType())); in isPromotedInstructionLegal()