Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DMathExtrasTest.cpp75 TEST(MathExtras, maxUIntN) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h219 inline uint64_t maxUIntN(uint64_t N) { maxUIntN() function