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