Home
last modified time | relevance | path

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

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