HomeSort by relevance Sort by last modified time
    Searched refs:countTrailingOnesSlowCase (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h 229 unsigned countTrailingOnesSlowCase() const LLVM_READONLY;
398 return countTrailingOnesSlowCase() == BitWidth;
429 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1;
499 unsigned Ones = countTrailingOnesSlowCase();
510 unsigned Ones = countTrailingOnesSlowCase();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 217 unsigned countTrailingOnesSlowCase() const;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 211 unsigned countTrailingOnesSlowCase() const;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 221 unsigned countTrailingOnesSlowCase() const;
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 737 unsigned APInt::countTrailingOnesSlowCase() const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 856 unsigned APInt::countTrailingOnesSlowCase() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APInt.cpp 582 unsigned APInt::countTrailingOnesSlowCase() const {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 715 unsigned APInt::countTrailingOnesSlowCase() const {
    [all...]

Completed in 58 milliseconds