LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::CastClass_match< Op_t, Opcode > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::CastClass_match< Op_t, Opcode >:
Collaboration graph
[legend]

Public Member Functions

 CastClass_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::CastClass_match< Op_t, Opcode >

Definition at line 648 of file PatternMatch.h.

Constructor & Destructor Documentation

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

Definition at line 651 of file PatternMatch.h.

Member Function Documentation

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

Member Data Documentation

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

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