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

References

tools/polly/lib/Analysis/ScopInfo.cpp
  739   if (isa<SCEVCouldNotCompute>(PtrSCEV))
  742   auto *BasePtrSCEV = SE->getPointerBase(PtrSCEV);
  744     PtrSCEV = SE->getMinusSCEV(PtrSCEV, BasePtrSCEV);
  744     PtrSCEV = SE->getMinusSCEV(PtrSCEV, BasePtrSCEV);
  746   const ConstantRange &Range = SE->getSignedRange(PtrSCEV);