Searched refs:countPopulationSlowCase (Results 1 – 2 of 2) sorted by relevance
220 unsigned countPopulationSlowCase() const;341 return countPopulationSlowCase() == BitWidth; in isAllOnesValue()390 return countPopulationSlowCase() == 1; in isPowerOf2()1419 return countPopulationSlowCase(); in countPopulation()
771 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt