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

Public Types

using Adaptor = ProveDetOpAdaptor
template<typename RangeT>
using GenericAdaptor = ProveDetOpGenericAdaptor<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<::mlir::Type > getCondition ()
::mlir::OpOperand & getConditionMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::mlir::IntegerType > getResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void print (::mlir::OpAsmPrinter &_odsPrinter)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value condition)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value condition)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value condition)
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 2154 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using llzk::verif::ProveDetOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 2161 of file Ops.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::verif::ProveDetOp::GenericAdaptor = ProveDetOpGenericAdaptor<RangeT>

Definition at line 2160 of file Ops.h.inc.

Member Function Documentation

◆ build() [1/5]

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

Definition at line 2130 of file Ops.cpp.inc.

◆ build() [2/5]

void llzk::verif::ProveDetOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value condition )
static

Definition at line 2104 of file Ops.cpp.inc.

◆ build() [3/5]

void llzk::verif::ProveDetOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value condition )
static

Definition at line 2124 of file Ops.cpp.inc.

◆ build() [4/5]

void llzk::verif::ProveDetOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value condition )
static

Definition at line 2109 of file Ops.cpp.inc.

◆ build() [5/5]

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

Definition at line 2138 of file Ops.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::verif::ProveDetOp::getAttributeNames ( )
inline

Definition at line 2162 of file Ops.h.inc.

◆ getCondition()

::mlir::TypedValue<::mlir::Type > llzk::verif::ProveDetOp::getCondition ( )
inline

Definition at line 2180 of file Ops.h.inc.

◆ getConditionMutable()

::mlir::OpOperand & llzk::verif::ProveDetOp::getConditionMutable ( )
inline

Definition at line 2184 of file Ops.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::verif::ProveDetOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 2170 of file Ops.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::verif::ProveDetOp::getODSOperands ( unsigned index)
inline

Definition at line 2174 of file Ops.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::verif::ProveDetOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 2189 of file Ops.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::verif::ProveDetOp::getODSResults ( unsigned index)
inline

Definition at line 2193 of file Ops.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::verif::ProveDetOp::getOperationName ( )
inlinestatic

Definition at line 2166 of file Ops.h.inc.

◆ getResult()

::mlir::TypedValue<::mlir::IntegerType > llzk::verif::ProveDetOp::getResult ( )
inline

Definition at line 2199 of file Ops.h.inc.

◆ inferReturnTypes()

llvm::LogicalResult llzk::verif::ProveDetOp::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 2182 of file Ops.cpp.inc.

◆ parse()

mlir::ParseResult llzk::verif::ProveDetOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 2190 of file Ops.cpp.inc.

◆ print()

void llzk::verif::ProveDetOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 2221 of file Ops.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::verif::ProveDetOp::verifyInvariants ( )

Definition at line 2178 of file Ops.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::verif::ProveDetOp::verifyInvariantsImpl ( )

Definition at line 2156 of file Ops.cpp.inc.


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