Searched refs:countPopulationSlowCase (Results 1 – 2 of 2) sorted by relevance
430 return countPopulationSlowCase() == 1; in isPowerOf2()494 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()506 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()1574 return countPopulationSlowCase(); in countPopulation()1953 unsigned countPopulationSlowCase() const LLVM_READONLY;
684 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt