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

References

lib/Analysis/ScalarEvolution.cpp
  881 struct SCEVDivision : public SCEVVisitor<SCEVDivision, void> {
  890     SCEVDivision D(SE, Numerator, Denominator);
11077     SCEVDivision::divide(SE, Term, Step, &Q, &R);
11177     SCEVDivision::divide(*this, Term, ElementSize, &Q, &R);
11225     SCEVDivision::divide(*this, Res, Sizes[i], &Q, &R);