LLZK
2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Attrs.cpp
Go to the documentation of this file.
1
//===-- Attrs.cpp - Felt Attr method implementations ------------*- 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
#include "
llzk/Dialect/Felt/IR/Attrs.h
"
11
12
using namespace
mlir
;
13
14
namespace
llzk::felt
{
15
16
StringAttr FeltConstAttr::getFieldName()
const
{
17
auto
ft = getType();
18
return
ft ? ft.getFieldName() : StringAttr();
19
}
20
21
}
// namespace llzk::felt
Attrs.h
llzk::felt
Definition
Attrs.cpp:14
mlir
Definition
AnalysisPassEnums.h.inc:39
lib
Dialect
Felt
IR
Attrs.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.