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

/external/llvm/include/llvm/Support/
H A DMathExtras.h361 /// isPowerOf2_32 - This function returns true if the argument is a power of
362 /// two > 0. Ex. isPowerOf2_32(0x00100000U) == true (32 bit edition.)
363 inline bool isPowerOf2_32(uint32_t Value) { function in namespace:llvm

Completed in 387 milliseconds