reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 7382   LHS = getSCEVAtScope(LHS, L);
 7382   LHS = getSCEVAtScope(LHS, L);
 7387   if (isLoopInvariant(LHS, L) && !isLoopInvariant(RHS, L)) {
 7389     std::swap(LHS, RHS);
 7394   (void)SimplifyICmpOperands(Pred, LHS, RHS);
 7399     if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(LHS))
 7412     ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit,
 7419     ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L);
 7426     ExitLimit EL = howManyLessThans(LHS, RHS, L, IsSigned, ControlsExit,
 7435         howManyGreaterThans(LHS, RHS, L, IsSigned, ControlsExit,