MLIR  19.0.0git
Public Attributes | List of all members
mlir::memref::LinearizedMemRefInfo Struct Reference

For a memref with offset, sizes and strides, returns the offset and size to use for the linearized memref. More...

#include "mlir/Dialect/MemRef/Utils/MemRefUtils.h"

Public Attributes

OpFoldResult linearizedOffset
 
OpFoldResult linearizedSize
 

Detailed Description

For a memref with offset, sizes and strides, returns the offset and size to use for the linearized memref.

Definition at line 42 of file MemRefUtils.h.

Member Data Documentation

◆ linearizedOffset

OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedOffset

Definition at line 43 of file MemRefUtils.h.

◆ linearizedSize

OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedSize

Definition at line 44 of file MemRefUtils.h.


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