Searched refs:__builtin_popcountll (Results 1 – 2 of 2) sorted by relevance
71 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) { in __builtin_popcountll() function
745 …IBCPP_INLINE_VISIBILITY int __pop_count(unsigned long long __x) {return __builtin_popcountll(__x);}