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

References

lib/Analysis/ScalarEvolution.cpp
  657   if (LHS == RHS)
  661   unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
  665   if (Depth > MaxSCEVCompareDepth || EqCacheSCEV.isEquivalent(LHS, RHS))
  672     const SCEVUnknown *LU = cast<SCEVUnknown>(LHS);
  678       EqCacheSCEV.unionSets(LHS, RHS);
  683     const SCEVConstant *LC = cast<SCEVConstant>(LHS);
  696     const SCEVAddRecExpr *LA = cast<SCEVAddRecExpr>(LHS);
  727     EqCacheSCEV.unionSets(LHS, RHS);
  737     const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
  752     EqCacheSCEV.unionSets(LHS, RHS);
  757     const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
  768       EqCacheSCEV.unionSets(LHS, RHS);
  775     const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
  783       EqCacheSCEV.unionSets(LHS, RHS);