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

/external/llvm/include/llvm/Support/
H A DMathExtras.h119 template <typename T, std::size_t SizeOfT> struct LeadingZerosCounter { struct in namespace:llvm::detail
138 template <typename T> struct LeadingZerosCounter<T, 4> { struct in namespace:llvm::detail
154 template <typename T> struct LeadingZerosCounter<T, 8> { struct in namespace:llvm::detail
184 return detail::LeadingZerosCounter<T, sizeof(T)>::count(Val, ZB);

Completed in 44 milliseconds