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

/external/llvm/include/llvm/Support/
H A DMathExtras.h401 /// Ex. countTrailingOnes(0x00FF00FF) == 8.
407 std::size_t countTrailingOnes(T Value, ZeroBehavior ZB = ZB_Width) { function in namespace:llvm

Completed in 79 milliseconds