MLIR  19.0.0git
Classes
mlir::OpTrait::HasParent< ParentOpTypes > Struct Template Reference

This class provides a verifier for ops that are expecting their parent to be one of the given parent ops. More...

#include "mlir/IR/OpDefinition.h"

Classes

class  Impl
 

Detailed Description

template<typename... ParentOpTypes>
struct mlir::OpTrait::HasParent< ParentOpTypes >

This class provides a verifier for ops that are expecting their parent to be one of the given parent ops.

Definition at line 1290 of file OpDefinition.h.


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