MLIR
20.0.0git
|
This class verifies that all operands of the specified op have the same type. More...
#include "mlir/IR/OpDefinition.h"
Static Public Member Functions | |
static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, SameTypeOperands > | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
This class verifies that all operands of the specified op have the same type.
Definition at line 1219 of file OpDefinition.h.
|
inlinestatic |
Definition at line 1221 of file OpDefinition.h.
References mlir::OpTrait::impl::verifySameTypeOperands().