MLIR  19.0.0git
List of all members
mlir::OpTrait::NoTerminator< ConcreteType > Class Template Reference

This class indicates that the regions associated with this op don't have terminators. More...

#include "mlir/IR/OpDefinition.h"

+ Inheritance diagram for mlir::OpTrait::NoTerminator< ConcreteType >:

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, NoTerminator >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 

Detailed Description

template<typename ConcreteType>
class mlir::OpTrait::NoTerminator< ConcreteType >

This class indicates that the regions associated with this op don't have terminators.

Definition at line 758 of file OpDefinition.h.


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