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

References

lib/Analysis/ScalarEvolution.cpp
 3109              OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) {
 3109              OtherAddRec->getNumOperands() - 1; x != xe && !Overflow; ++x) {
 3111         for (int y = x, ye = 2*x+1; y != ye && !Overflow; ++y) {
 3111         for (int y = x, ye = 2*x+1; y != ye && !Overflow; ++y) {
 3112           uint64_t Coeff1 = Choose(x, 2*x - y, Overflow);
 3112           uint64_t Coeff1 = Choose(x, 2*x - y, Overflow);
 3113           for (int z = std::max(y-x, y-(int)AddRec->getNumOperands()+1),
 3114                  ze = std::min(x+1, (int)OtherAddRec->getNumOperands());
 3116             uint64_t Coeff2 = Choose(2*x - y, x-z, Overflow);
 3116             uint64_t Coeff2 = Choose(2*x - y, x-z, Overflow);