Searched refs:countTrailingOnesSlowCase (Results 1 – 2 of 2) sorted by relevance
229 unsigned countTrailingOnesSlowCase() const LLVM_READONLY;403 return countTrailingOnesSlowCase() == BitWidth; in isAllOnesValue()434 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1; in isMaxSignedValue()504 unsigned Ones = countTrailingOnesSlowCase(); in isMask()515 unsigned Ones = countTrailingOnesSlowCase(); in isMask()1706 return countTrailingOnesSlowCase(); in countTrailingOnes()
638 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt