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

/external/llvm/include/llvm/Support/
H A DMathExtras.h335 /// Log2_32_Ceil - This function returns the ceil log base 2 of the specified
337 /// Ex. Log2_32_Ceil(32) == 5, Log2_32_Ceil(1) == 0, Log2_32_Ceil(6) == 3
338 inline unsigned Log2_32_Ceil(uint32_t Value) { function in namespace:llvm

Completed in 218 milliseconds