Home | History | Annotate | Download | only in Utils

Lines Matching refs:udiv

1480     APInt MaxB = APInt::getMaxValue(A.getBitWidth()).udiv(A);
1740 ProbTrue = ProbTrue.udiv(GCD);
1741 ProbFalse = ProbFalse.udiv(GCD);