LLZK
0.1.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 - LLZK 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/LLZK/IR/Ops.h
"
11
#include "
llzk/Util/TypeHelper.h
"
12
13
// TableGen'd implementation files
14
#define GET_OP_CLASSES
15
#include "
llzk/Dialect/LLZK/IR/Ops.cpp.inc
"
16
17
using namespace
mlir
;
18
19
namespace
llzk
{
20
21
//===------------------------------------------------------------------===//
22
// NonDetOp
23
//===------------------------------------------------------------------===//
24
25
void
NonDetOp::getAsmResultNames
(OpAsmSetValueNameFn setNameFn) {
26
setNameFn(getResult(),
"nondet"
);
27
}
28
29
}
// namespace llzk
Ops.cpp.inc
Ops.h
TypeHelper.h
llzk::NonDetOp::getAsmResultNames
void getAsmResultNames(::mlir::OpAsmSetValueNameFn setNameFn)
Definition
Ops.cpp:25
llzk
Definition
AnalysisPassEnums.cpp:19
mlir
Definition
AnalysisPassEnums.h.inc:39
lib
Dialect
LLZK
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.