Polly 19.0.0git
Public Member Functions | Public Attributes | List of all members
polly::ArrayShape Struct Reference

#include <ScopDetection.h>

Public Member Functions

 ArrayShape (const SCEVUnknown *B)
 

Public Attributes

const SCEVUnknown * BasePointer
 
SmallVector< const SCEV *, 4 > DelinearizedSizes
 

Detailed Description

Definition at line 90 of file ScopDetection.h.

Constructor & Destructor Documentation

◆ ArrayShape()

polly::ArrayShape::ArrayShape ( const SCEVUnknown *  B)
inline

Definition at line 97 of file ScopDetection.h.

Member Data Documentation

◆ BasePointer

const SCEVUnknown* polly::ArrayShape::BasePointer

Definition at line 92 of file ScopDetection.h.

◆ DelinearizedSizes

SmallVector<const SCEV *, 4> polly::ArrayShape::DelinearizedSizes

Definition at line 95 of file ScopDetection.h.


The documentation for this struct was generated from the following file: