MLIR  19.0.0git
Static Public Member Functions | List of all members
llvm::isa_impl< T, ::mlir::Dialect, std::enable_if_t< std::is_base_of<::mlir::Dialect, T >::value > > Struct Template Reference

Provide isa functionality for Dialects. More...

#include "mlir/IR/Dialect.h"

Static Public Member Functions

static bool doit (const ::mlir::Dialect &dialect)
 

Detailed Description

template<typename T>
struct llvm::isa_impl< T, ::mlir::Dialect, std::enable_if_t< std::is_base_of<::mlir::Dialect, T >::value > >

Provide isa functionality for Dialects.

Definition at line 383 of file Dialect.h.

Member Function Documentation

◆ doit()

template<typename T >
static bool llvm::isa_impl< T, ::mlir::Dialect, std::enable_if_t< std::is_base_of<::mlir::Dialect, T >::value > >::doit ( const ::mlir::Dialect dialect)
inlinestatic

Definition at line 385 of file Dialect.h.


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