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

References

include/llvm/Analysis/ScalarEvolutionExpressions.h
  718       auto *LHS = ((SC *)this)->visit(Expr->getLHS());
  719       auto *RHS = ((SC *)this)->visit(Expr->getRHS());
  720       bool Changed = LHS != Expr->getLHS() || RHS != Expr->getRHS();
  720       bool Changed = LHS != Expr->getLHS() || RHS != Expr->getRHS();
  721       return !Changed ? Expr : SE.getUDivExpr(LHS, RHS);