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

References

tools/polly/lib/Analysis/ScopDetection.cpp
 1078     Size = SE.getElementSize(Inst);
 1082     Size = SE.getConstant(SizeTy, 8);
 1086     if (!AllowDifferentTypes && Context.ElementSize[BP] != Size)
 1090     Context.ElementSize[BP] = SE.getSMinExpr(Size, Context.ElementSize[BP]);
 1092     Context.ElementSize[BP] = Size;