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

References

tools/polly/lib/Analysis/ScopDetection.cpp
  495     if (auto *P2I = dyn_cast<PtrToIntInst>(V))
  496       V = P2I->getOperand(0);
  498     if (!V->getType()->isPointerTy())
  501     auto *PtrSCEV = SE.getSCEVAtScope(V, Scope);