Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h445 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;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp723 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23557 {"_ZNK4llvm5APInt23countPopulationSlowCaseEv", "llvm::APInt::countPopulationSlowCase() const"},