ΒΆinline constexpr bool isShiftedMask_32(
uint32_t Value)
inline constexpr bool isShiftedMask_32(
uint32_t Value)
Description
Return true if the argument contains a non-empty sequence of ones with the remainder zero (32 bit version.) Ex. isShiftedMask_32(0x0000FF00U) == true.
Declared at: llvm/include/llvm/Support/MathExtras.h:453
Parameters
- uint32_t Value