MLIR: RowColIndexing Struct Reference (original) (raw)

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 434 of file NVGPUTransformOps.cpp.

Constructor & Destructor Documentation

Member Function Documentation

col()

print()

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

row()


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