Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp1642 TEST(APIntTest, nearestLogBase2) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp1134 unsigned APInt::nearestLogBase2() const { in nearestLogBase2() function in APInt