ΒΆinline bool isUIntN(unsigned int N, uint64_t x)

Description

Checks if an unsigned integer fits into the given (dynamic) bit width.

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

Parameters

unsigned int N
uint64_t x