Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h224 unsigned countPopulationSlowCase() const;
345 return countPopulationSlowCase() == BitWidth; in isAllOnesValue()
394 return countPopulationSlowCase() == 1; in isPowerOf2()
1400 return countPopulationSlowCase(); in countPopulation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h232 unsigned countPopulationSlowCase() const LLVM_READONLY;
471 return countPopulationSlowCase() == 1; in isPowerOf2()
524 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()
1718 return countPopulationSlowCase(); in countPopulation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp710 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp649 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt