ΒΆinline constexpr bool isPowerOf2_64(
    uint64_t Value)

Description

Return true if the argument is a power of two > 0 (64 bit edition.)

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

Parameters

uint64_t Value