Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Zeros

690   // K! (i.e. trailing zeros in the binary representation of K!), and ^ is
2051 // an infinite stream of zeros on the right).
3264 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0);
3265 ComputeMaskedBits(U->getValue(), Zeros, Ones);
3266 return Zeros.countTrailingOnes();
3288 // If the value has known zeros, the maximum unsigned value will have those
3289 // known zeros as well.
3403 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0);
3404 ComputeMaskedBits(U->getValue(), Zeros, Ones, TD);
3405 if (Ones == ~Zeros + 1)
3408 ConservativeResult.intersectWith(ConstantRange(Ones, ~Zeros + 1)));
3429 // If the value has known zeros, the maximum signed value will have those
3430 // known zeros as well.
5312 // trailing zeros in A is its multiplicity