Polly 22.0.0git
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.

References B(), and BasePointer.

Member Data Documentation

◆ BasePointer

const SCEVUnknown* polly::ArrayShape::BasePointer

Definition at line 92 of file ScopDetection.h.

Referenced by ArrayShape().

◆ 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: