Searched refs:countTrailingOnesSlowCase (Results 1 – 8 of 8) sorted by relevance
229 unsigned countTrailingOnesSlowCase() const LLVM_READONLY;398 return countTrailingOnesSlowCase() == BitWidth; in isAllOnesValue()429 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1; in isMaxSignedValue()499 unsigned Ones = countTrailingOnesSlowCase(); in isMask()510 unsigned Ones = countTrailingOnesSlowCase(); in isMask()1642 return countTrailingOnesSlowCase(); in countTrailingOnes()
211 unsigned countTrailingOnesSlowCase() const;1234 return countTrailingOnesSlowCase(); in countTrailingOnes()
217 unsigned countTrailingOnesSlowCase() const;1412 return countTrailingOnesSlowCase(); in countTrailingOnes()
221 unsigned countTrailingOnesSlowCase() const;1388 return countTrailingOnesSlowCase(); in countTrailingOnes()
737 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
582 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
856 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
715 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt