Home | History | Annotate | Download | only in Analysis

Lines Matching full:mult

752     APInt Mult(W, i);
753 unsigned TwoFactors = Mult.countTrailingZeros();
755 Mult = Mult.lshr(TwoFactors);
756 OddFactorial *= Mult;