Lines Matching defs:ISDOpcode
2317 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode());
2318 if (!ISDOpcode)
2327 ISDOpcode, TLI.getValueType(DL, TruncUser->getType(), true)))
4649 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode());
4650 // If the ISDOpcode is undefined, it was undefined before the promotion.
4651 if (!ISDOpcode)
4655 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType()));
8078 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode());
8079 if (!ISDOpcode)
8083 ISDOpcode, TLI.getValueType(DL, getTransitionType(), true));