Searched refs:countPopulationSlowCase (Results 1 – 2 of 2) sorted by relevance
423 return countPopulationSlowCase() == 1; in isPowerOf2()491 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()503 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()1617 return countPopulationSlowCase(); in popcount()1997 unsigned countPopulationSlowCase() const LLVM_READONLY;
692 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt