Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h437 return countPopulationSlowCase() == 1; in isPowerOf2()
501 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()
513 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()
1622 return countPopulationSlowCase(); in countPopulation()
2001 unsigned countPopulationSlowCase() const LLVM_READONLY;
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPInt.cpp684 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt