Searched refs:countPopulationSlowCase (Results 1 – 2 of 2) sorted by relevance
425 return countPopulationSlowCase() == 1; in isPowerOf2()493 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()505 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()1632 return countPopulationSlowCase(); in popcount()2023 unsigned countPopulationSlowCase() const LLVM_READONLY;
692 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt