Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSKnownNegative

366       bool RHSKnownNegative = RHSKnownOne[BitWidth - 1];
368 if (LHSKnownNegative && RHSKnownNegative) {