Searched defs:Log2_32 (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/Support/
H A DMathExtras.h449 /// Log2_32 - This function returns the floor log base 2 of the specified value,
451 /// Ex. Log2_32(32) == 5, Log2_32(1) == 0, Log2_32(0) == -1, Log2_32(6) == 2
452 inline unsigned Log2_32(uint32_t Value) { function in namespace:llvm

Completed in 58 milliseconds