Searched defs:PopCount (Results 1 – 6 of 6) sorted by relevance
14 explicit PopCount(UInt64 x) : value_() { in PopCount() function
204 #define PopCount(bits) __builtin_popcountll(bits) in CountBitsSet() macro206 const auto PopCount = [](uint64_t bits) -> int { in CountBitsSet() local
424 DEF_TEST(PopCount, reporter) { in DEF_TEST() argument
577 unsigned PopCount = SubRegMask.getNumLanes(); in buildCopy() local
2203 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local
2721 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local