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

This class provides the API for ops that are known to be isolated from above. More...

#include "mlir/IR/OpDefinition.h"

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

Static Public Member Functions

static LogicalResult verifyRegionTrait (Operation *op)
 

Additional Inherited Members

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

Detailed Description

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

This class provides the API for ops that are known to be isolated from above.

Definition at line 1246 of file OpDefinition.h.

Member Function Documentation

◆ verifyRegionTrait()

template<typename ConcreteType >
static LogicalResult mlir::OpTrait::IsIsolatedFromAbove< ConcreteType >::verifyRegionTrait ( Operation op)
inlinestatic

Definition at line 1249 of file OpDefinition.h.


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