Searched refs:TrailingZerosCounter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMathExtras.h45 template <typename T, std::size_t SizeOfT> struct TrailingZerosCounter { struct in namespace:llvm::detail
69 template <typename T> struct TrailingZerosCounter<T, 4> { struct in namespace:llvm::detail
85 template <typename T> struct TrailingZerosCounter<T, 8> { struct in namespace:llvm::detail
115 return detail::TrailingZerosCounter<T, sizeof(T)>::count(Val, ZB);

Completed in 54 milliseconds