Home
last modified time | relevance | path

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

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