Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UDIVREM

3072     unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM;
3100 unsigned DivRemOpc = isSigned ? ISD::SDIVREM : ISD::UDIVREM;
3135 case ISD::UDIVREM: