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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h170 /// CountLeadingOnes_32 - this function performs the operation of
172 /// bit. Ex. CountLeadingOnes_32(0xFF0FFF00) == 8.
174 inline unsigned CountLeadingOnes_32(uint32_t Value) { function in namespace:llvm

Completed in 657 milliseconds