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