Home | History | Annotate | Download | only in Analysis

Lines Matching full:mult

742     APInt Mult(W, i);
743 unsigned TwoFactors = Mult.countTrailingZeros();
745 Mult = Mult.lshr(TwoFactors);
746 OddFactorial *= Mult;