| MLIR
    22.0.0git
    | 
This class verifies that any results of the specified op have a signless integer or index type, a vector thereof, or a tensor thereof. More...
#include "mlir/IR/OpDefinition.h"
 Inheritance diagram for mlir::OpTrait::ResultsAreSignlessIntegerLike< ConcreteType >:
 Inheritance diagram for mlir::OpTrait::ResultsAreSignlessIntegerLike< ConcreteType >:| Static Public Member Functions | |
| static LogicalResult | verifyTrait (Operation *op) | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, ResultsAreSignlessIntegerLike > | |
| Operation * | getOperation () | 
| Return the ultimate Operation being worked on.  More... | |
This class verifies that any results of the specified op have a signless integer or index type, a vector thereof, or a tensor thereof.
Definition at line 1142 of file OpDefinition.h.
| 
 | inlinestatic | 
Definition at line 1145 of file OpDefinition.h.
References mlir::OpTrait::impl::verifyResultsAreSignlessIntegerLike().