Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h220 unsigned countLeadingZerosSlowCase() const LLVM_READONLY;
413 return countLeadingZerosSlowCase() == BitWidth - 1; in isOneValue()
501 ((Ones + countLeadingZerosSlowCase()) == BitWidth); in isMask()
511 return (Ones > 0) && ((Ones + countLeadingZerosSlowCase()) == BitWidth); in isMask()
520 unsigned LeadZ = countLeadingZerosSlowCase(); in isShiftedMask()
724 return countLeadingZerosSlowCase() == BitWidth;
1594 return countLeadingZerosSlowCase(); in countLeadingZeros()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h208 unsigned countLeadingZerosSlowCase() const;
1198 return countLeadingZerosSlowCase(); in countLeadingZeros()
/external/llvm/include/llvm/ADT/
DAPInt.h214 unsigned countLeadingZerosSlowCase() const;
1372 return countLeadingZerosSlowCase(); in countLeadingZeros()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h218 unsigned countLeadingZerosSlowCase() const;
1348 return countLeadingZerosSlowCase(); in countLeadingZeros()
/external/llvm/lib/Support/
DAPInt.cpp681 unsigned APInt::countLeadingZerosSlowCase() const { in countLeadingZerosSlowCase() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp531 unsigned APInt::countLeadingZerosSlowCase() const { in countLeadingZerosSlowCase() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp778 unsigned APInt::countLeadingZerosSlowCase() const { in countLeadingZerosSlowCase() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp659 unsigned APInt::countLeadingZerosSlowCase() const { in countLeadingZerosSlowCase() function in APInt