MLIR
22.0.0git
|
Helper struct to encode a pair of row/column indexings in the form of affine expressions. More...
Public Member Functions | |
RowColIndexing (AffineExpr row, AffineExpr col) | |
AffineExpr | row () const |
AffineExpr | col () const |
void | print (llvm::raw_ostream &os) const |
Helper struct to encode a pair of row/column indexings in the form of affine expressions.
Definition at line 429 of file NVGPUTransformOps.cpp.
|
inline |
Definition at line 430 of file NVGPUTransformOps.cpp.
|
inline |
Definition at line 434 of file NVGPUTransformOps.cpp.
|
inline |
Definition at line 436 of file NVGPUTransformOps.cpp.
|
inline |
Definition at line 433 of file NVGPUTransformOps.cpp.