ΒΆinline constexpr bool isPowerOf2_32(
    uint32_t Value)

Description

Return true if the argument is a power of two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)

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

Parameters

uint32_t Value