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

References

lib/Analysis/ScalarEvolution.cpp
 3351       if (LHSCst == RHSCst) {
 3360       APInt Factor = gcd(LHSCst, RHSCst);
 3362         LHSCst =
 3363             cast<SCEVConstant>(getConstant(LHSCst->getAPInt().udiv(Factor)));
 3367         Operands.push_back(LHSCst);