LLZK 0.1.0
Veridise's ZK Language IR
|
Public Types | |
using | ConcreteEntity = ConcreteOp |
![]() | |
using | Interface |
Additional Inherited Members | |
![]() | |
FallbackModel () | |
![]() | |
void | initializeInterfaceConcept (::mlir::detail::InterfaceMap &interfaceMap) |
![]() | |
static inline ::mlir::Operation::operand_range | getIndices (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
static inline ::mlir::MutableOperandRange | getIndicesMutable (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
static bool | isRead (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
![]() | |
::mlir::Operation::operand_range(* | getIndices )(const Concept *impl, ::mlir::Operation *) |
The methods defined by the interface. | |
::mlir::MutableOperandRange(* | getIndicesMutable )(const Concept *impl, ::mlir::Operation *) |
bool(* | isRead )(const Concept *impl, ::mlir::Operation *) |
const ::llzk::array::ArrayRefOpInterface::Concept * | implArrayRefOpInterface = nullptr |
The base classes of this interface. | |
Definition at line 105 of file OpInterfaces.h.inc.
using llzk::array::detail::ArrayAccessOpInterfaceInterfaceTraits::ExternalModel< ConcreteModel, ConcreteOp >::ConcreteEntity = ConcreteOp |
Definition at line 107 of file OpInterfaces.h.inc.