LLZK
3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
OpInterfaces.h
Go to the documentation of this file.
1
//===-- OpInterfaces.h ------------------------------------------*- C++ -*-===//
2
//
3
// Part of the LLZK Project, under the Apache License v2.0.
4
// See LICENSE.txt for license information.
5
// Copyright 2026 Project LLZK.
6
// SPDX-License-Identifier: Apache-2.0
7
//
8
//===----------------------------------------------------------------------===//
9
10
#pragma once
11
12
#include "
llzk/Dialect/Polymorphic/IR/Ops.h
"
13
#include "
llzk/Dialect/Shared/OpHelpers.h
"
14
#include "
llzk/Dialect/Verif/IR/Dialect.h
"
15
#include "
llzk/Util/TypeHelper.h
"
16
#include "
llzk/Util/Walk.h
"
17
18
#include <mlir/Interfaces/CallInterfaces.h>
19
#include <mlir/Interfaces/ControlFlowInterfaces.h>
20
#include <mlir/Interfaces/FunctionInterfaces.h>
21
#include <mlir/Interfaces/InferTypeOpInterface.h>
22
23
// Include TableGen'd declarations
24
#include "
llzk/Dialect/Verif/IR/OpInterfaces.h.inc
"
OpHelpers.h
Ops.h
TypeHelper.h
Dialect.h
OpInterfaces.h.inc
Walk.h
include
llzk
Dialect
Verif
IR
OpInterfaces.h
Generated by
1.14.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.