Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h228 unsigned countPopulationSlowCase() const LLVM_READONLY;
472 return countPopulationSlowCase() == 1;
525 unsigned Ones = countPopulationSlowCase();
1731 return countPopulationSlowCase();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp650 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt