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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

Op_t Op
 

Detailed Description

template<typename Op_t, unsigned Opcode>
struct llvm::PatternMatch::CastOperator_match< Op_t, Opcode >

Definition at line 1789 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ CastOperator_match()

template<typename Op_t , unsigned Opcode>
llvm::PatternMatch::CastOperator_match< Op_t, Opcode >::CastOperator_match ( const Op_t &  OpMatch)
inline

Definition at line 1792 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename Op_t , unsigned Opcode>
template<typename OpTy >
bool llvm::PatternMatch::CastOperator_match< Op_t, Opcode >::match ( OpTy *  V)
inline

Definition at line 1794 of file PatternMatch.h.

Member Data Documentation

◆ Op

template<typename Op_t , unsigned Opcode>
Op_t llvm::PatternMatch::CastOperator_match< Op_t, Opcode >::Op

Definition at line 1790 of file PatternMatch.h.


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