MLIR 22.0.0git
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 35 of file StaticValueUtils.h.

Member Data Documentation

◆ offset

◆ size

◆ stride


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