Function llvm_vecsmall::detail::NextPowerOf2

Function Documentation

inline uint64_t llvm_vecsmall::detail::NextPowerOf2(uint64_t A)

NextPowerOf2 - Returns the next power of two (in 64-bits) that is strictly greater than A. Returns zero on overflow.