MLIR  21.0.0git
Static Public Member Functions | List of all members
llvm::CastInfo< T, ::mlir::Operation * > Struct Template Reference

Cast from an (const) Operation * to a derived operation type. More...

#include "mlir/IR/Operation.h"

+ Inheritance diagram for llvm::CastInfo< T, ::mlir::Operation * >:

Static Public Member Functions

static bool isPossible (::mlir::Operation *op)
 

Detailed Description

template<typename T>
struct llvm::CastInfo< T, ::mlir::Operation * >

Cast from an (const) Operation * to a derived operation type.

Definition at line 1111 of file Operation.h.

Member Function Documentation

◆ isPossible()

template<typename T >
static bool llvm::CastInfo< T, ::mlir::Operation * >::isPossible ( ::mlir::Operation op)
inlinestatic

Definition at line 1114 of file Operation.h.


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