Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPInt.h220 unsigned countPopulationSlowCase() const;
340 return countPopulationSlowCase() == BitWidth; in isAllOnesValue()
389 return countPopulationSlowCase() == 1; in isPowerOf2()
1418 return countPopulationSlowCase(); in countPopulation()
/NextBSD/contrib/llvm/lib/Support/
HDAPInt.cpp771 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt