Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h226 unsigned countTrailingZerosSlowCase() const LLVM_READONLY;
445 return isNegative() && countTrailingZerosSlowCase() == BitWidth - 1; in isMinSignedValue()
1628 return countTrailingZerosSlowCase(); in countTrailingZeros()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp572 unsigned APInt::countTrailingZerosSlowCase() const { in countTrailingZerosSlowCase() function in APInt