Home
last modified time | relevance | path

Searched refs:countPopulationSlowCase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h430 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;
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp684 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt