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

References

lib/Analysis/DependenceAnalysis.cpp
 1720   NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta,
 1720   NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta,
 1722   LLVM_DEBUG(dbgs() << "\t    Delta = " << *Delta << "\n");
 1738     SE->isKnownNegative(ConstCoeff) ? SE->getNegativeSCEV(Delta) : Delta;
 1738     SE->isKnownNegative(ConstCoeff) ? SE->getNegativeSCEV(Delta) : Delta;
 1742   if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) {
 1771   if (isa<SCEVConstant>(Delta) &&
 1772       !isRemainderZero(cast<SCEVConstant>(Delta), ConstCoeff)) {