ΒΆtemplate <unsigned int N, unsigned int S>
inline constexpr bool isShiftedUInt(uint64_t x)
template <unsigned int N, unsigned int S>
inline constexpr bool isShiftedUInt(uint64_t x)
Description
Checks if a unsigned integer is an N bit number shifted left by S.
Declared at: llvm/include/llvm/Support/MathExtras.h:391
Templates
- unsigned int N
- unsigned int S
Parameters
- uint64_t x