Home | History | Annotate | Download | only in Sema

Lines Matching full:divisor

6367       // If the divisor is constant, use that.
6368 llvm::APSInt divisor;
6369 if (BO->getRHS()->isIntegerConstantExpr(divisor, C)) {
6370 unsigned log2 = divisor.logBase2(); // floor(log_2(divisor))