MLIR
20.0.0git
include
mlir
CAPI
AffineMap.h
Go to the documentation of this file.
1
//===- AffineMap.h - C API Utils for Affine Maps ----------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file contains declarations of implementation details of the C API for
10
// MLIR Affine maps. This file should not be included from C++ code other than
11
// C API implementation nor from C code.
12
//
13
//===----------------------------------------------------------------------===//
14
15
#ifndef MLIR_CAPI_AFFINEMAP_H
16
#define MLIR_CAPI_AFFINEMAP_H
17
18
#include "
mlir-c/AffineMap.h
"
19
#include "
mlir/CAPI/Wrap.h
"
20
#include "
mlir/IR/AffineMap.h
"
21
22
DEFINE_C_API_METHODS
(MlirAffineMap,
mlir::AffineMap
)
23
24
#endif
// MLIR_CAPI_AFFINEMAP_H
Wrap.h
DEFINE_C_API_METHODS
#define DEFINE_C_API_METHODS(name, cpptype)
Definition:
Wrap.h:31
mlir::AffineMap
A multi-dimensional affine map Affine map's are immutable like Type's, and they are uniqued.
Definition:
AffineMap.h:46
AffineMap.h
AffineMap.h
Generated on Wed Nov 27 2024 08:32:53 for MLIR by
1.9.1