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

Public Types

using Adaptor = DistinctOpAdaptor
template<typename RangeT>
using GenericAdaptor = DistinctOpGenericAdaptor<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::Operation::operand_range getInputs ()
::mlir::MutableOperandRange getInputsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::BoolTypegetResult ()
void print (::mlir::OpAsmPrinter &p)
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
::llvm::LogicalResult verify ()
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::Value lhs, mlir::Value rhs)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::ValueRange inputs)
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={})
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)
::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)

Detailed Description

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

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::DistinctOp::GenericAdaptor = DistinctOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/4]

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

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

◆ build() [2/4]

void llzk::smt::DistinctOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::ValueRange inputs )
static

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

◆ build() [3/4]

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

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

◆ build() [4/4]

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

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getInputs()

::mlir::Operation::operand_range llzk::smt::DistinctOp::getInputs ( )
inline

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

◆ getInputsMutable()

mlir::MutableOperandRange llzk::smt::DistinctOp::getInputsMutable ( )

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

::mlir::TypedValue<::llzk::smt::BoolType > llzk::smt::DistinctOp::getResult ( )
inline

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

◆ inferReturnTypes()

llvm::LogicalResult llzk::smt::DistinctOp::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 5760 of file SMT.cpp.inc.

◆ parse()

ParseResult DistinctOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 135 of file SMTOps.cpp.

◆ print()

void DistinctOp::print ( ::mlir::OpAsmPrinter & p)

Definition at line 139 of file SMTOps.cpp.

◆ verify()

LogicalResult DistinctOp::verify ( )

Definition at line 145 of file SMTOps.cpp.

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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