Lines Matching defs:OtherOpcode
4614 unsigned OtherOpcode = 0;
4616 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM;
4620 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV;
4621 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT))
4636 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
4640 if (UserOpc == OtherOpcode) {