Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UDIV

2201     OtherOpcode = isDIV ? ISD::UREM : ISD::UDIV;
3610 unsigned DivOpc = isSigned ? ISD::SDIV : ISD::UDIV;
3639 case ISD::UDIV: