Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
AffineAccessExpr Struct Reference
Collaboration diagram for AffineAccessExpr:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const AffineAccessExpr &other) const
 

Public Attributes

Value memref
 
AffineMap map
 
SmallVector< Value, 4 > operands
 

Detailed Description

Definition at line 41 of file AffineParallelUnroll.cpp.

Member Function Documentation

◆ operator==()

bool AffineAccessExpr::operator== ( const AffineAccessExpr other) const
inline

Definition at line 46 of file AffineParallelUnroll.cpp.

References map, memref, and operands.

Member Data Documentation

◆ map

AffineMap AffineAccessExpr::map

◆ memref

Value AffineAccessExpr::memref

◆ operands

SmallVector<Value, 4> AffineAccessExpr::operands

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