MLIR  19.0.0git
Static Public Member Functions | List of all members
mlir::OpTrait::AtLeastNResults< N >::Impl< ConcreteType > Class Template Reference

#include "mlir/IR/OpDefinition.h"

+ Inheritance diagram for mlir::OpTrait::AtLeastNResults< N >::Impl< ConcreteType >:

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 

Additional Inherited Members

- Public Types inherited from mlir::OpTrait::detail::MultiResultTraitBase< ConcreteType, AtLeastNResults< N >::Impl >
using result_iterator = Operation::result_iterator
 
using result_range = Operation::result_range
 
using result_type_iterator = Operation::result_type_iterator
 
using result_type_range = Operation::result_type_range
 
- Public Member Functions inherited from mlir::OpTrait::detail::MultiResultTraitBase< ConcreteType, AtLeastNResults< N >::Impl >
unsigned getNumResults ()
 Return the number of results. More...
 
Value getResult (unsigned i)
 Return the result at index 'i'. More...
 
void replaceAllUsesWith (ValuesT &&values)
 Replace all uses of results of this operation with the provided 'values'. More...
 
Type getType (unsigned i)
 Return the type of the i-th result. More...
 
result_iterator result_begin ()
 Result iterator access. More...
 
result_iterator result_end ()
 
result_range getResults ()
 
result_type_iterator result_type_begin ()
 Result type access. More...
 
result_type_iterator result_type_end ()
 
result_type_range getResultTypes ()
 
- Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, TraitType >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 

Detailed Description

template<unsigned N>
template<typename ConcreteType>
class mlir::OpTrait::AtLeastNResults< N >::Impl< ConcreteType >

Definition at line 739 of file OpDefinition.h.

Member Function Documentation

◆ verifyTrait()

template<unsigned N>
template<typename ConcreteType >
static LogicalResult mlir::OpTrait::AtLeastNResults< N >::Impl< ConcreteType >::verifyTrait ( Operation op)
inlinestatic

Definition at line 742 of file OpDefinition.h.


The documentation for this class was generated from the following file: