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

References

lib/Analysis/DependenceAnalysis.cpp
 2751       SE->getMulExpr(SE->getMinusSCEV(A[K].NegPart, B[K].PosPart),
 2754       SE->getMulExpr(SE->getMinusSCEV(A[K].PosPart, B[K].NegPart),
 2759     if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].NegPart, B[K].PosPart))
 2762     if (isKnownPredicate(CmpInst::ICMP_EQ, A[K].PosPart, B[K].NegPart))
 2836       getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
 2848       getPositivePart(SE->getMinusSCEV(A[K].PosPart, B[K].Coeff));
 2876       getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart));
 2887     const SCEV *NegPart = getNegativePart(SE->getMinusSCEV(A[K].Coeff, B[K].PosPart));
 2919     CI[K].PosPart = Zero;
 2927     CI[K].PosPart = getPositivePart(CI[K].Coeff);
 2938     LLVM_DEBUG(dbgs() << *CI[K].PosPart);