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