ΒΆinline unsigned int Log2_64_Ceil(uint64_t Value)

Description

Return the ceil log base 2 of the specified value, 64 if the value is zero. (64 bit edition.)

Declared at: llvm/include/llvm/Support/MathExtras.h:642

Parameters

uint64_t Value