MLIR 23.0.0git
mlir::OpTrait::HasAncestor< AncestorOpTypes > Struct Template Reference

This class provides a verifier for ops that are expecting an ancestor (anywhere up the parent chain) to be one of the given op types. More...

#include "mlir/IR/OpDefinition.h"

Classes

class  Impl

Detailed Description

template<typename... AncestorOpTypes>
struct mlir::OpTrait::HasAncestor< AncestorOpTypes >

This class provides a verifier for ops that are expecting an ancestor (anywhere up the parent chain) to be one of the given op types.

Definition at line 1330 of file OpDefinition.h.


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