MLIR
20.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. More... | |
This class provides the API for ops that are known to have exactly one SSA operand.
Definition at line 457 of file OpDefinition.h.
|
inline |
Definition at line 459 of file OpDefinition.h.
References mlir::Operation::getOperand(), and mlir::OpTrait::TraitBase< ConcreteType, OneOperand >::getOperation().
|
inline |
Definition at line 461 of file OpDefinition.h.
References mlir::OpTrait::TraitBase< ConcreteType, OneOperand >::getOperation(), and mlir::Operation::setOperand().
|
inlinestatic |
Definition at line 463 of file OpDefinition.h.
References mlir::OpTrait::impl::verifyOneOperand().