Searched refs:PopCount (Results 1 – 2 of 2) sorted by relevance
577 unsigned PopCount = SubRegMask.getNumLanes(); in buildCopy() local579 if (PopCount > BestCover) { in buildCopy()580 BestCover = PopCount; in buildCopy()
2721 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local2723 if (PopCount == 1) { in visitBitTestCase()2730 } else if (PopCount == BB.Range) { in visitBitTestCase()