Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DMathExtrasTest.cpp59 TEST(MathExtras, maxIntN) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h244 inline int64_t maxIntN(int64_t N) { maxIntN() function