ΒΆinline unsigned int Log2_64(uint64_t Value)
inline unsigned int Log2_64(uint64_t Value)
Description
Return the floor log base 2 of the specified value, -1 if the value is zero. (64 bit edition.)
Declared at: llvm/include/llvm/Support/MathExtras.h:591
Parameters
- uint64_t Value