Searched refs:countPopulationSlowCase (Results 1 – 3 of 3) sorted by relevance
445 return countPopulationSlowCase() == 1; in isPowerOf2()513 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()525 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()1673 return countPopulationSlowCase(); in popcount()2071 LLVM_ABI unsigned countPopulationSlowCase() const LLVM_READONLY;
723 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt
23557 {"_ZNK4llvm5APInt23countPopulationSlowCaseEv", "llvm::APInt::countPopulationSlowCase() const"},