ΒΆinline uint64_t PowerOf2Floor(uint64_t A)
inline uint64_t PowerOf2Floor(uint64_t A)
Description
Returns the power of two which is less than or equal to the given value. Essentially, it is a floor operation across the domain of powers of two.
Declared at: llvm/include/llvm/Support/MathExtras.h:684
Parameters
- uint64_t A