|
MLIR 22.0.0git
|
This class provides the API for ops that are known to have exactly one SSA operand. More...
#include "mlir/IR/OpDefinition.h"
Public Member Functions | |
| Value | getOperand () |
| void | setOperand (Value value) |
Static Public Member Functions | |
| static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, OneOperand > | |
| Operation * | getOperation () |
| Return the ultimate Operation being worked on. | |
This class provides the API for ops that are known to have exactly one SSA operand.
Definition at line 462 of file OpDefinition.h.
|
inline |
Definition at line 464 of file OpDefinition.h.
References mlir::Operation::getOperand(), and mlir::OpTrait::TraitBase< ConcreteType, OneOperand >::getOperation().
|
inline |
Definition at line 466 of file OpDefinition.h.
References mlir::OpTrait::TraitBase< ConcreteType, OneOperand >::getOperation(), and mlir::Operation::setOperand().
|
inlinestatic |
Definition at line 468 of file OpDefinition.h.
References mlir::OpTrait::impl::verifyOneOperand().