Searched refs:Log2Max (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMathExtras.h730 // will necessarily be less than Log2Max as desired.
733 int Log2Max = Log2_64(Max); local
734 if (Log2Z < Log2Max) {
737 if (Log2Z > Log2Max) {

Completed in 64 milliseconds