Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DivRemOpc

2173   unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM;
2176 if (!TLI.isOperationLegalOrCustom(DivRemOpc, VT) &&
2204 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
2210 combined = DAG.getNode(DivRemOpc, SDLoc(Node), VTs, Op0, Op1);
2211 } else if (UserOpc == DivRemOpc) {