Lines Matching defs:ISDOpcode
2114 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode());
2115 if (!ISDOpcode)
2124 ISDOpcode, TLI.getValueType(DL, TruncUser->getType(), true)))
4362 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode());
4363 // If the ISDOpcode is undefined, it was undefined before the promotion.
4364 if (!ISDOpcode)
4368 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType()));
7789 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode());
7790 if (!ISDOpcode)
7794 ISDOpcode, TLI.getValueType(DL, getTransitionType(), true));