LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Ops.cpp
Go to the documentation of this file.
1//===-- Ops.cpp - String 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
11
12#include <mlir/IR/Builders.h>
13
14// TableGen'd implementation files
15#define GET_OP_CLASSES
17
18namespace llzk::string {
19
20using namespace mlir;
21
22//===------------------------------------------------------------------===//
23// LitStringOp
24//===------------------------------------------------------------------===//
25
27
28} // namespace llzk::string
GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > FoldAdaptor
Definition Ops.h.inc:120
::mlir::OpFoldResult fold(FoldAdaptor adaptor)
Definition Ops.cpp:26
::mlir::StringAttr getValueAttr()
Definition Ops.cpp.inc:207