Searched refs:countTrailingZerosSlowCase (Results 1 – 2 of 2) sorted by relevance
226 unsigned countTrailingZerosSlowCase() const LLVM_READONLY;450 return isNegative() && countTrailingZerosSlowCase() == BitWidth - 1; in isMinSignedValue()1692 return countTrailingZerosSlowCase(); in countTrailingZeros()
628 unsigned APInt::countTrailingZerosSlowCase() const { in countTrailingZerosSlowCase() function in APInt