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

References

lib/Analysis/DependenceAnalysis.cpp
 3124   LLVM_DEBUG(dbgs() << "\t\tA = " << *A << ", B = " << *B << ", C = " << *C
 3128   if (A->isZero()) {
 3144     const SCEVConstant *Aconst = dyn_cast<SCEVConstant>(A);
 3157   else if (isKnownPredicate(CmpInst::ICMP_EQ, A, B)) {
 3158     const SCEVConstant *Aconst = dyn_cast<SCEVConstant>(A);
 3175     Src = SE->getMulExpr(Src, A);
 3176     Dst = SE->getMulExpr(Dst, A);