Home | History | Annotate | Download | only in InstCombine

Lines Matching full:rhsknownpositive

365       bool RHSKnownPositive = RHSKnownZero[BitWidth - 1];
380 if (LHSKnownPositive && RHSKnownPositive) {