MLIR  19.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 &val)
 
static T doCast (::mlir::Operation &val)
 

Detailed Description

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

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

Definition at line 1117 of file Operation.h.

Member Function Documentation

◆ doCast()

template<typename T >
static T llvm::CastInfo< T, ::mlir::Operation >::doCast ( ::mlir::Operation val)
inlinestatic

Definition at line 1124 of file Operation.h.

◆ isPossible()

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

Definition at line 1123 of file Operation.h.


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