Home | History | Annotate | Download | only in InstCombine

Lines Matching full:lhsknownpositive

358     bool LHSKnownPositive = LHSKnownZero[BitWidth - 1];
360 if (LHSKnownNegative || LHSKnownPositive) {
380 if (LHSKnownPositive && RHSKnownPositive) {