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

/external/llvm/include/llvm/Support/
H A DMathExtras.h438 template <typename T, std::size_t SizeOfT> struct PopulationCounter { struct in namespace:llvm::detail
453 template <typename T> struct PopulationCounter<T, 8> { struct in namespace:llvm::detail
476 return detail::PopulationCounter<T, sizeof(T)>::count(Value);

Completed in 937 milliseconds