Checks if a unsigned integer is an N bit number shifted left by S.
Declared in <llvm/Support/MathExtras.h>
template<
unsigned int N,
unsigned int S>
constexpr
bool
isShiftedUInt(uint64_t x);
True if x is an N-bit unsigned value shifted left by S.
| Name | Description |
|---|---|
| x | Unsigned value to test. |