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

/external/llvm/include/llvm/Support/
H A DMathExtras.h367 /// isPowerOf2_64 - This function returns true if the argument is a power of two
369 inline bool isPowerOf2_64(uint64_t Value) { function in namespace:llvm
558 assert(Alignment && isPowerOf2_64((uint64_t)Alignment) &&

Completed in 40 milliseconds