MLIR 22.0.0git
mlir::OpTrait::AtLeastNSuccessors< N >::Impl< ConcreteType > Class Template Reference

#include "mlir/IR/OpDefinition.h"

Inheritance diagram for mlir::OpTrait::AtLeastNSuccessors< N >::Impl< ConcreteType >:

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)

Additional Inherited Members

Public Types inherited from mlir::OpTrait::detail::MultiSuccessorTraitBase< ConcreteType, AtLeastNSuccessors< N >::Impl >
using succ_iterator
using succ_range
Public Member Functions inherited from mlir::OpTrait::detail::MultiSuccessorTraitBase< ConcreteType, AtLeastNSuccessors< N >::Impl >
unsigned getNumSuccessors ()
 Return the number of successors.
BlockgetSuccessor (unsigned i)
 Return the successor at index.
void setSuccessor (Block *block, unsigned i)
 Set the successor at index.
succ_iterator succ_begin ()
 Successor iterator access.
succ_iterator succ_end ()
succ_range getSuccessors ()
Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, AtLeastNSuccessors< N >::Impl >
OperationgetOperation ()
 Return the ultimate Operation being worked on.

Detailed Description

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

Definition at line 857 of file OpDefinition.h.

Member Function Documentation

◆ verifyTrait()

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

Definition at line 861 of file OpDefinition.h.

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


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