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

References

lib/Analysis/DependenceAnalysis.cpp
 1829   NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta,
 1829   NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta,
 1831   LLVM_DEBUG(dbgs() << "\t    Delta = " << *Delta << "\n");
 1847     SE->isKnownNegative(ConstCoeff) ? SE->getNegativeSCEV(Delta) : Delta;
 1847     SE->isKnownNegative(ConstCoeff) ? SE->getNegativeSCEV(Delta) : Delta;
 1851   if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
 1880   if (isa<SCEVConstant>(Delta) &&
 1881       !isRemainderZero(cast<SCEVConstant>(Delta), ConstCoeff)) {