Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Zeros

698   // K! (i.e. trailing zeros in the binary representation of K!), and ^ is
2046 // an infinite stream of zeros on the right).
3261 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0);
3262 ComputeMaskedBits(U->getValue(), Zeros, Ones);
3263 return Zeros.countTrailingOnes();
3285 // If the value has known zeros, the maximum unsigned value will have those
3286 // known zeros as well.
3400 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0);
3401 ComputeMaskedBits(U->getValue(), Zeros, Ones, TD);
3402 if (Ones == ~Zeros + 1)
3405 ConservativeResult.intersectWith(ConstantRange(Ones, ~Zeros + 1)));
3426 // If the value has known zeros, the maximum signed value will have those
3427 // known zeros as well.
5314 // trailing zeros in A is its multiplicity