Searched refs:countTrailingOnesSlowCase (Results 1 – 3 of 3) sorted by relevance
376 return countTrailingOnesSlowCase() == BitWidth; in isAllOnes()410 return !isNegative() && countTrailingOnesSlowCase() == BitWidth - 1; in isMaxSignedValue()493 unsigned Ones = countTrailingOnesSlowCase(); in isMask()504 unsigned Ones = countTrailingOnesSlowCase(); in isMask()1659 return countTrailingOnesSlowCase(); in countr_one()2068 LLVM_ABI unsigned countTrailingOnesSlowCase() const LLVM_READONLY;
712 unsigned APInt::countTrailingOnesSlowCase() const { in countTrailingOnesSlowCase() function in APInt
23556 {"_ZNK4llvm5APInt25countTrailingOnesSlowCaseEv", "llvm::APInt::countTrailingOnesSlowCase() const"},