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

Detailed Description

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

Definition at line 747 of file OpDefinition.h.

Member Function Documentation

◆ verifyTrait()

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

Definition at line 750 of file OpDefinition.h.

References mlir::OpTrait::impl::verifyAtLeastNResults().


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