Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h356 return countTrailingOnesSlowCase() == BitWidth; in isAllOnes()
390 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1; in isMaxSignedValue()
473 unsigned Ones = countTrailingOnesSlowCase(); in isMask()
484 unsigned Ones = countTrailingOnesSlowCase(); in isMask()
1618 return countTrailingOnesSlowCase(); in countr_one()
2020 unsigned countTrailingOnesSlowCase() const LLVM_READONLY;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp681 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt