Searched refs:countPopulationSlowCase (Results 1 – 2 of 2) sorted by relevance
437 return countPopulationSlowCase() == 1; in isPowerOf2()501 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()513 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()1622 return countPopulationSlowCase(); in countPopulation()2001 unsigned countPopulationSlowCase() const LLVM_READONLY;
684 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt