Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Mult

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