Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h376 return countTrailingOnesSlowCase() == BitWidth; in isAllOnes()
410 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1; in isMaxSignedValue()
493 unsigned Ones = countTrailingOnesSlowCase(); in isMask()
504 unsigned Ones = countTrailingOnesSlowCase(); in isMask()
1659 return countTrailingOnesSlowCase(); in countr_one()
2068 LLVM_ABI unsigned countTrailingOnesSlowCase() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp712 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23556 {"_ZNK4llvm5APInt25countTrailingOnesSlowCaseEv", "llvm::APInt::countTrailingOnesSlowCase() const"},