Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UDIV

1929     OtherOpcode = isDIV ? ISD::UREM : ISD::UDIV;
3071 unsigned DivOpc = isSigned ? ISD::SDIV : ISD::UDIV;
3097 case ISD::UDIV: