ΒΆinline constexpr bool isMask_32(uint32_t Value)

Description

Return true if the argument is a non-empty sequence of ones starting at the least significant bit with the remainder zero (32 bit version). Ex. isMask_32(0x0000FFFFU) == true.

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

Parameters

uint32_t Value