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

References

tools/polly/include/polly/ScopInfo.h
  313   Type *getElementType() const { return ElementType; }
tools/polly/lib/Analysis/ScopInfo.cpp
  278   if (NewElementType == ElementType)
  281   auto OldElementSize = DL.getTypeAllocSizeInBits(ElementType);
  288     ElementType = NewElementType;
  291     ElementType = IntegerType::get(ElementType->getContext(), GCD);
  291     ElementType = IntegerType::get(ElementType->getContext(), GCD);
  357   return DL.getTypeAllocSize(ElementType);