Home
last modified time | relevance | path

Searched defs:isIntN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h260 inline bool isIntN(unsigned N, int64_t x) { in isIntN() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h412 bool isIntN(unsigned N) const { return getActiveBits() <= N; } in isIntN() function