Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h220 unsigned countPopulationSlowCase() const;
341 return countPopulationSlowCase() == BitWidth; in isAllOnesValue()
390 return countPopulationSlowCase() == 1; in isPowerOf2()
1419 return countPopulationSlowCase(); in countPopulation()
/external/llvm/lib/Support/
DAPInt.cpp771 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt