Lines Matching defs:OtherOpcode
4727 unsigned OtherOpcode = 0;
4729 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM;
4733 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV;
4734 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT))
4749 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
4753 if (UserOpc == OtherOpcode) {