Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SREM

1207   case ISD::SREM:               return visitSREM(N);
2127 // fold (srem c1, c2) -> c1%c2
2129 return DAG.FoldConstantArithmetic(ISD::SREM, VT, N0C, N1C);
2426 SDValue Res = SimplifyNodeWithTwoResults(N, ISD::SDIV, ISD::SREM);