|
MLIR 22.0.0git
|
This class provides the API for ops which have an unknown number of SSA operands. More...
#include "mlir/IR/OpDefinition.h"
Additional Inherited Members | |
| Public Types inherited from mlir::OpTrait::detail::MultiOperandTraitBase< ConcreteType, VariadicOperands > | |
| using | operand_iterator |
| using | operand_range |
| using | operand_type_iterator |
| using | operand_type_range |
| Public Member Functions inherited from mlir::OpTrait::detail::MultiOperandTraitBase< ConcreteType, VariadicOperands > | |
| unsigned | getNumOperands () |
| Return the number of operands. | |
| Value | getOperand (unsigned i) |
| Return the operand at index 'i'. | |
| void | setOperand (unsigned i, Value value) |
| Set the operand at index 'i' to 'value'. | |
| operand_iterator | operand_begin () |
| Operand iterator access. | |
| operand_iterator | operand_end () |
| operand_range | getOperands () |
| operand_type_iterator | operand_type_begin () |
| Operand type access. | |
| operand_type_iterator | operand_type_end () |
| operand_type_range | getOperandTypes () |
| Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, VariadicOperands > | |
| Operation * | getOperation () |
| Return the ultimate Operation being worked on. | |
This class provides the API for ops which have an unknown number of SSA operands.
Definition at line 514 of file OpDefinition.h.