Home
last modified time | relevance | path

Searched refs:countPopulationSlowCase (Results 1 – 8 of 8) 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()
1424 return countPopulationSlowCase(); in countPopulation()
/external/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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h232 unsigned countPopulationSlowCase() const LLVM_READONLY;
466 return countPopulationSlowCase() == 1; in isPowerOf2()
519 unsigned Ones = countPopulationSlowCase(); in isShiftedMask()
1654 return countPopulationSlowCase(); in countPopulation()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h214 unsigned countPopulationSlowCase() const;
370 return countPopulationSlowCase() == 1; in isPowerOf2()
1246 return countPopulationSlowCase(); in countPopulation()
/external/llvm/lib/Support/
DAPInt.cpp747 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp593 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp866 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp725 unsigned APInt::countPopulationSlowCase() const { in countPopulationSlowCase() function in APInt