Home | History | Annotate | Download | only in Sema

Lines Matching defs:log2

7264         unsigned log2 = divisor.logBase2(); // floor(log_2(divisor))
7265 if (log2 >= L.Width)
7268 L.Width = std::min(L.Width - log2, MaxWidth);