Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h226 unsigned countTrailingZerosSlowCase() const LLVM_READONLY;
450 return isNegative() && countTrailingZerosSlowCase() == BitWidth - 1; in isMinSignedValue()
1692 return countTrailingZerosSlowCase(); in countTrailingZeros()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp628 unsigned APInt::countTrailingZerosSlowCase() const { in countTrailingZerosSlowCase() function in APInt