LLZK
2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Ops.cpp
Go to the documentation of this file.
1
//===-- Ops.cpp - RAM operation implementations -----------------*- C++ -*-===//
2
//
3
// Part of the LLZK Project, under the Apache License v2.0.
4
// See LICENSE.txt for license information.
5
// Copyright 2025 Veridise Inc.
6
// SPDX-License-Identifier: Apache-2.0
7
//
8
//===----------------------------------------------------------------------===//
9
10
#include "
llzk/Dialect/RAM/IR/Ops.h
"
11
12
#include "
llzk/Util/TypeHelper.h
"
13
14
#include <mlir/IR/Builders.h>
15
16
// TableGen'd implementation files
17
#define GET_OP_CLASSES
18
#include "
llzk/Dialect/RAM/IR/Ops.cpp.inc
"
Ops.cpp.inc
Ops.h
TypeHelper.h
lib
Dialect
RAM
IR
Ops.cpp
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.