LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Inheritance diagram for llzk::smt::ConcatOp:
[legend]
Collaboration diagram for llzk::smt::ConcatOp:
[legend]

Public Types

using Adaptor = ConcatOpAdaptor
template<typename RangeT>
using GenericAdaptor = ConcatOpGenericAdaptor<RangeT>
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::Operation::operand_range getODSOperands (unsigned index)
::mlir::TypedValue<::llzk::smt::BitVectorTypegetLhs ()
::mlir::TypedValue<::llzk::smt::BitVectorTypegetRhs ()
::mlir::OpOperand & getLhsMutable ()
::mlir::OpOperand & getRhsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::BitVectorTypegetResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void print (::mlir::OpAsmPrinter &_odsPrinter)
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value lhs, ::mlir::Value rhs)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value lhs, ::mlir::Value rhs)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value lhs, ::mlir::Value rhs)
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
::llvm::LogicalResult inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes)
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)

Detailed Description

Definition at line 4479 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 4483 of file SMT.h.inc.

◆ FoldAdaptor

using llzk::smt::ConcatOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 4486 of file SMT.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::ConcatOp::GenericAdaptor = ConcatOpGenericAdaptor<RangeT>

Definition at line 4485 of file SMT.h.inc.

Member Function Documentation

◆ build() [1/5]

void llzk::smt::ConcatOp::build ( ::mlir::OpBuilder & ,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 5283 of file SMT.cpp.inc.

◆ build() [2/5]

void llzk::smt::ConcatOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value lhs,
::mlir::Value rhs )
static

Definition at line 5254 of file SMT.cpp.inc.

◆ build() [3/5]

void llzk::smt::ConcatOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value lhs,
::mlir::Value rhs )
static

Definition at line 5276 of file SMT.cpp.inc.

◆ build() [4/5]

void llzk::smt::ConcatOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value lhs,
::mlir::Value rhs )
static

Definition at line 5260 of file SMT.cpp.inc.

◆ build() [5/5]

void llzk::smt::ConcatOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 5291 of file SMT.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::smt::ConcatOp::getAttributeNames ( )
inline

Definition at line 4487 of file SMT.h.inc.

◆ getEffects()

void llzk::smt::ConcatOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & effects)

Definition at line 5396 of file SMT.cpp.inc.

◆ getLhs()

::mlir::TypedValue<::llzk::smt::BitVectorType > llzk::smt::ConcatOp::getLhs ( )
inline

Definition at line 4505 of file SMT.h.inc.

◆ getLhsMutable()

::mlir::OpOperand & llzk::smt::ConcatOp::getLhsMutable ( )
inline

Definition at line 4513 of file SMT.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::ConcatOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 4495 of file SMT.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::smt::ConcatOp::getODSOperands ( unsigned index)
inline

Definition at line 4499 of file SMT.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::ConcatOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 4523 of file SMT.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::smt::ConcatOp::getODSResults ( unsigned index)
inline

Definition at line 4527 of file SMT.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::smt::ConcatOp::getOperationName ( )
inlinestatic

Definition at line 4491 of file SMT.h.inc.

◆ getResult()

::mlir::TypedValue<::llzk::smt::BitVectorType > llzk::smt::ConcatOp::getResult ( )
inline

Definition at line 4533 of file SMT.h.inc.

◆ getRhs()

::mlir::TypedValue<::llzk::smt::BitVectorType > llzk::smt::ConcatOp::getRhs ( )
inline

Definition at line 4509 of file SMT.h.inc.

◆ getRhsMutable()

::mlir::OpOperand & llzk::smt::ConcatOp::getRhsMutable ( )
inline

Definition at line 4518 of file SMT.h.inc.

◆ inferReturnTypes()

LogicalResult ConcatOp::inferReturnTypes ( ::mlir::MLIRContext * context,
::std::optional<::mlir::Location > location,
::mlir::ValueRange operands,
::mlir::DictionaryAttr attributes,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions,
::llvm::SmallVectorImpl<::mlir::Type > & inferredReturnTypes )
static

Definition at line 175 of file SMTOps.cpp.

◆ parse()

mlir::ParseResult llzk::smt::ConcatOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 5341 of file SMT.cpp.inc.

◆ print()

void llzk::smt::ConcatOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 5383 of file SMT.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::smt::ConcatOp::verifyInvariants ( )

Definition at line 5337 of file SMT.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::smt::ConcatOp::verifyInvariantsImpl ( )

Definition at line 5309 of file SMT.cpp.inc.


The documentation for this class was generated from the following files: