MLIR 22.0.0git
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 1156 of file Operation.h.

Member Function Documentation

◆ isPossible()

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

Definition at line 1159 of file Operation.h.


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