Home
last modified time | relevance | path

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

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