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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h351 template <typename T, std::size_t SizeOfT> struct PopulationCounter { struct in namespace:llvm::endianness::detail
366 template <typename T> struct PopulationCounter<T, 8> { struct in namespace:llvm::endianness::detail
386 return detail::PopulationCounter<T, sizeof(T)>::count(Value);

Completed in 61 milliseconds