Searched refs:PromotedInst (Results 1 – 1 of 1) sorted by relevance
2212 Instruction *PromotedInst = dyn_cast<Instruction>(Val); in isPromotedInstructionLegal() local2213 if (!PromotedInst) in isPromotedInstructionLegal()2215 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()2221 ISDOpcode, TLI.getValueType(PromotedInst->getType())); in isPromotedInstructionLegal()