Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DMathExtrasTest.cpp50 TEST(MathExtras, isUIntN) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h255 inline bool isUIntN(unsigned N, uint64_t x) { isUIntN() function