| MLIR
    22.0.0git
    | 
This class provides verification for ops that are known to have the same operand element type (or the type itself if it is scalar). More...
#include "mlir/IR/OpDefinition.h"
 Inheritance diagram for mlir::OpTrait::SameOperandsElementType< ConcreteType >:
 Inheritance diagram for mlir::OpTrait::SameOperandsElementType< ConcreteType >:| Static Public Member Functions | |
| static LogicalResult | verifyTrait (Operation *op) | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, SameOperandsElementType > | |
| Operation * | getOperation () | 
| Return the ultimate Operation being worked on.  More... | |
This class provides verification for ops that are known to have the same operand element type (or the type itself if it is scalar).
Definition at line 1073 of file OpDefinition.h.
| 
 | inlinestatic | 
Definition at line 1076 of file OpDefinition.h.
References mlir::OpTrait::impl::verifySameOperandsElementType().