Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:sdiv

2018     OtherOpcode = isDIV ? ISD::SREM : ISD::SDIV;
3308 unsigned DivOpc = isSigned ? ISD::SDIV : ISD::UDIV;
3338 case ISD::SDIV: {
3339 bool isSigned = Node->getOpcode() == ISD::SDIV;