Searched refs:countTrailingOnesSlowCase (Results 1 – 2 of 2) sorted by relevance
354 return countTrailingOnesSlowCase() == BitWidth; in isAllOnes()388 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1; in isMaxSignedValue()471 unsigned Ones = countTrailingOnesSlowCase(); in isMask()482 unsigned Ones = countTrailingOnesSlowCase(); in isMask()1603 return countTrailingOnesSlowCase(); in countr_one()1994 unsigned countTrailingOnesSlowCase() const LLVM_READONLY;
681 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt