Lines Matching defs:LL
12456 auto *LL = LHSAddExpr->getOperand(0);
12465 // (LHS = LL + LR) && (LL >= 0) && (LR > RHS) => (LHS > RHS).
12466 // (LHS = LL + LR) && (LR >= 0) && (LL > RHS) => (LHS > RHS).
12467 if (IsSumGreaterThanRHS(LL, LR) || IsSumGreaterThanRHS(LR, LL))
12470 Value *LL, *LR;
12475 if (match(LHSUnknownExpr->getValue(), m_SDiv(m_Value(LL), m_Value(LR)))) {
12491 auto *Numerator = getExistingSCEV(LL);