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

References

tools/polly/lib/Analysis/ScopInfo.cpp
  743   if (BasePtrSCEV && !isa<SCEVCouldNotCompute>(BasePtrSCEV))
  743   if (BasePtrSCEV && !isa<SCEVCouldNotCompute>(BasePtrSCEV))
  744     PtrSCEV = SE->getMinusSCEV(PtrSCEV, BasePtrSCEV);