Home
last modified time | relevance | path

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

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