LLVM API Documentation

Public Member Functions | Public Attributes
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]

List of all members.

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 761 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 764 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: