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

Represents a range (offset, size, and stride) where each element of the triple may be dynamic or static. More...

#include "mlir/Dialect/Utils/StaticValueUtils.h"

Public Attributes

OpFoldResult offset
 
OpFoldResult size
 
OpFoldResult stride
 

Detailed Description

Represents a range (offset, size, and stride) where each element of the triple may be dynamic or static.

Definition at line 33 of file StaticValueUtils.h.

Member Data Documentation

◆ offset

OpFoldResult mlir::Range::offset

◆ size

OpFoldResult mlir::Range::size

◆ stride

OpFoldResult mlir::Range::stride

Definition at line 36 of file StaticValueUtils.h.

Referenced by mlir::operator<<(), and tileDividesIterationDomain().


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