Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DMathExtrasTest.cpp133 TEST(MathExtras, isPowerOf2_32) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h291 /// Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.) in isPowerOf2_32() function