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

References

tools/polly/include/polly/ScopDetection.h
  173           ElementSize(std::move(DC.ElementSize)), hasLoads(DC.hasLoads),
tools/polly/lib/Analysis/ScopDetection.cpp
 1026                          Context.ElementSize[BasePointer]);
 1085   if (Context.ElementSize[BP]) {
 1086     if (!AllowDifferentTypes && Context.ElementSize[BP] != Size)
 1090     Context.ElementSize[BP] = SE.getSMinExpr(Size, Context.ElementSize[BP]);
 1090     Context.ElementSize[BP] = SE.getSMinExpr(Size, Context.ElementSize[BP]);
 1092     Context.ElementSize[BP] = Size;