Lines Matching defs:LL
12628 auto *LL = LHSAddExpr->getOperand(0);
12637 // (LHS = LL + LR) && (LL >= 0) && (LR > RHS) => (LHS > RHS).
12638 // (LHS = LL + LR) && (LR >= 0) && (LL > RHS) => (LHS > RHS).
12639 if (IsSumGreaterThanRHS(LL, LR) || IsSumGreaterThanRHS(LR, LL))
12642 Value *LL, *LR;
12647 if (match(LHSUnknownExpr->getValue(), m_SDiv(m_Value(LL), m_Value(LR)))) {
12663 auto *Numerator = getExistingSCEV(LL);