Home
last modified time | relevance | path

Searched refs:ceilLogBase2 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ADT/
DAPIntTest.cpp404 EXPECT_EQ(APInt(15, 7).ceilLogBase2(), 3U); in TEST()
407 EXPECT_EQ(APInt(15, 8).ceilLogBase2(), 3U); in TEST()
410 EXPECT_EQ(APInt(15, 9).ceilLogBase2(), 4U); in TEST()
/external/llvm/include/llvm/ADT/
DAPInt.h1374 unsigned ceilLogBase2() const { in ceilLogBase2() function