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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h823 // will necessarily be less than Log2Max as desired.
826 int Log2Max = Log2_64(Max); local
827 if (Log2Z < Log2Max) {
830 if (Log2Z > Log2Max) {

Completed in 88 milliseconds