My Project
Public Attributes | List of all members
mlir::detail::AffineMapStorage Struct Reference

#include <AffineMapDetail.h>

Collaboration diagram for mlir::detail::AffineMapStorage:
Collaboration graph
[legend]

Public Attributes

unsigned numDims
 
unsigned numSymbols
 
ArrayRef< AffineExprresults
 
MLIRContextcontext
 

Member Data Documentation

◆ context

MLIRContext* mlir::detail::AffineMapStorage::context

◆ numDims

unsigned mlir::detail::AffineMapStorage::numDims

◆ numSymbols

unsigned mlir::detail::AffineMapStorage::numSymbols

◆ results

ArrayRef<AffineExpr> mlir::detail::AffineMapStorage::results

The affine expressions for this (multi-dimensional) map. TODO: use trailing objects for this.


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