Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h233 unsigned countPopulationSlowCase() const LLVM_READONLY;
472 return countPopulationSlowCase() == 1;
525 unsigned Ones = countPopulationSlowCase();
1731 return countPopulationSlowCase();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp646 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt