MLIR  19.0.0git
Public Member Functions | List of all members
RowColIndexing Struct Reference

Helper struct to encode a pair of row/column indexings in the form of affine expressions. More...

+ Inheritance diagram for RowColIndexing:

Public Member Functions

 RowColIndexing (AffineExpr row, AffineExpr col)
 
AffineExpr row () const
 
AffineExpr col () const
 
void print (llvm::raw_ostream &os) const
 

Detailed Description

Helper struct to encode a pair of row/column indexings in the form of affine expressions.

Definition at line 431 of file NVGPUTransformOps.cpp.

Constructor & Destructor Documentation

◆ RowColIndexing()

RowColIndexing::RowColIndexing ( AffineExpr  row,
AffineExpr  col 
)
inline

Definition at line 432 of file NVGPUTransformOps.cpp.

Member Function Documentation

◆ col()

AffineExpr RowColIndexing::col ( ) const
inline

Definition at line 436 of file NVGPUTransformOps.cpp.

◆ print()

void RowColIndexing::print ( llvm::raw_ostream &  os) const
inline

Definition at line 438 of file NVGPUTransformOps.cpp.

◆ row()

AffineExpr RowColIndexing::row ( ) const
inline

Definition at line 435 of file NVGPUTransformOps.cpp.


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