Home | History | Annotate | Download | only in Analysis

Lines Matching refs:AddLHS

8549   const SCEVAddExpr *AddLHS = dyn_cast<SCEVAddExpr>(LHS);
8550 if (!AddLHS || AddLHS->getOperand(1) != FoundLHS ||
8551 !isa<SCEVConstant>(AddLHS->getOperand(0)))
8561 // Since `LHS` is `FoundLHS` + `AddLHS->getOperand(0)`, we can compute a range
8563 APInt Addend = cast<SCEVConstant>(AddLHS->getOperand(0))->getAPInt();