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 456 of file OpDefinition.h.
|
inline |
Definition at line 458 of file OpDefinition.h.
References mlir::Operation::getOperand(), and mlir::OpTrait::TraitBase< ConcreteType, OneOperand >::getOperation().
|
inline |
Definition at line 460 of file OpDefinition.h.
References mlir::OpTrait::TraitBase< ConcreteType, OneOperand >::getOperation(), and mlir::Operation::setOperand().
|
inlinestatic |
Definition at line 462 of file OpDefinition.h.
References mlir::OpTrait::impl::verifyOneOperand().