Searched refs:ceilLogBase2 (Results 1 – 2 of 2) sorted by relevance
404 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()
1374 unsigned ceilLogBase2() const { in ceilLogBase2() function