Home
last modified time | relevance | path

Searched refs:countTrailingOnesSlowCase (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h229 unsigned countTrailingOnesSlowCase() const LLVM_READONLY;
398 return countTrailingOnesSlowCase() == BitWidth; in isAllOnesValue()
429 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1; in isMaxSignedValue()
499 unsigned Ones = countTrailingOnesSlowCase(); in isMask()
510 unsigned Ones = countTrailingOnesSlowCase(); in isMask()
1642 return countTrailingOnesSlowCase(); in countTrailingOnes()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h211 unsigned countTrailingOnesSlowCase() const;
1234 return countTrailingOnesSlowCase(); in countTrailingOnes()
/external/llvm/include/llvm/ADT/
DAPInt.h217 unsigned countTrailingOnesSlowCase() const;
1412 return countTrailingOnesSlowCase(); in countTrailingOnes()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h221 unsigned countTrailingOnesSlowCase() const;
1388 return countTrailingOnesSlowCase(); in countTrailingOnes()
/external/llvm/lib/Support/
DAPInt.cpp737 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp582 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp856 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp715 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt