Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSKnownOne

362       APInt RHSKnownOne(BitWidth, 0);
363 ComputeMaskedBits(RHS, RHSKnownZero, RHSKnownOne);
364 bool RHSKnownNegative = RHSKnownOne[BitWidth - 1];
452 APInt RHSKnownOne(BitWidth, 0);
453 ComputeMaskedBits(RHS, RHSKnownZero, RHSKnownOne);