LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::CastInst_match< Op_t, Class > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 CastInst_match (const Op_t &OpMatch)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

Op_t Op
 

Detailed Description

template<typename Op_t, typename Class>
struct llvm::PatternMatch::CastInst_match< Op_t, Class >

Definition at line 1801 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ CastInst_match()

template<typename Op_t , typename Class >
llvm::PatternMatch::CastInst_match< Op_t, Class >::CastInst_match ( const Op_t &  OpMatch)
inline

Definition at line 1804 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename Op_t , typename Class >
template<typename OpTy >
bool llvm::PatternMatch::CastInst_match< Op_t, Class >::match ( OpTy *  V)
inline

Definition at line 1806 of file PatternMatch.h.

References I.

Member Data Documentation

◆ Op

template<typename Op_t , typename Class >
Op_t llvm::PatternMatch::CastInst_match< Op_t, Class >::Op

Definition at line 1802 of file PatternMatch.h.


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