MLIR 22.0.0git
SubViewReturnTypeCanonicalizer Struct Reference

Return the canonical type of the result of a subview. More...

Public Member Functions

MemRefType operator() (SubViewOp op, ArrayRef< OpFoldResult > mixedOffsets, ArrayRef< OpFoldResult > mixedSizes, ArrayRef< OpFoldResult > mixedStrides)

Detailed Description

Return the canonical type of the result of a subview.

Definition at line 3394 of file MemRefOps.cpp.

Member Function Documentation

◆ operator()()

MemRefType SubViewReturnTypeCanonicalizer::operator() ( SubViewOp op,
ArrayRef< OpFoldResult > mixedOffsets,
ArrayRef< OpFoldResult > mixedSizes,
ArrayRef< OpFoldResult > mixedStrides )
inline

Definition at line 3395 of file MemRefOps.cpp.


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