Searched refs:countTrailingOnesSlowCase (Results 1 – 2 of 2) sorted by relevance
356 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;
681 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt