Lines Matching refs:SREM
1117 case ISD::SREM: return visitSREM(N);2047 // fold (srem c1, c2) -> c1%c22049 return DAG.FoldConstantArithmetic(ISD::SREM, VT, N0C, N1C);2346 SDValue Res = SimplifyNodeWithTwoResults(N, ISD::SDIV, ISD::SREM);