Changeset View
Changeset View
Standalone View
Standalone View
mlir/include/mlir-c/AffineExpr.h
//===-- mlir-c/AffineExpr.h - C API for MLIR Affine Expressions ---*- C -*-===// | //===-- mlir-c/AffineExpr.h - C API for MLIR Affine Expressions ---*- C -*-===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM | // Part of the LLVM Project, under the Apache License v2.0 with LLVM | ||||
// Exceptions. | // Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
#ifndef MLIR_C_AFFINEEXPR_H | #ifndef MLIR_C_AFFINEEXPR_H | ||||
#define MLIR_C_AFFINEEXPR_H | #define MLIR_C_AFFINEEXPR_H | ||||
#include "mlir-c/AffineMap.h" | |||||
#include "mlir-c/IR.h" | #include "mlir-c/IR.h" | ||||
#ifdef __cplusplus | #ifdef __cplusplus | ||||
extern "C" { | extern "C" { | ||||
#endif | #endif | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
/** Opaque type declarations. | /** Opaque type declarations. | ||||
▲ Show 20 Lines • Show All 191 Lines • Show Last 20 Lines |