Searched refs:countPopulationSlowCase (Results 1 – 4 of 4) sorted by relevance
224 unsigned countPopulationSlowCase() const;345 return countPopulationSlowCase() == BitWidth; in isAllOnesValue()394 return countPopulationSlowCase() == 1; in isPowerOf2()1400 return countPopulationSlowCase(); in countPopulation()
232 unsigned countPopulationSlowCase() const LLVM_READONLY;471 return countPopulationSlowCase() == 1; in isPowerOf2()524 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()1718 return countPopulationSlowCase(); in countPopulation()
710 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt
649 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt