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

Synopsis

Declared in <llvm/Support/MathExtras.h>

constexpr
bool
isIntN(
    unsigned int N,
    int64_t x);

Created with MrDocs