LLVM API Documentation
#include <PatternMatch.h>
Public Member Functions | |
CastClass_match (const Op_t &OpMatch) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
Op_t | Op |
Definition at line 761 of file PatternMatch.h.
llvm::PatternMatch::CastClass_match< Op_t, Opcode >::CastClass_match | ( | const Op_t & | OpMatch | ) | [inline] |
Definition at line 764 of file PatternMatch.h.
bool llvm::PatternMatch::CastClass_match< Op_t, Opcode >::match | ( | OpTy * | V | ) | [inline] |
Definition at line 767 of file PatternMatch.h.
References llvm::PatternMatch::CastClass_match< Op_t, Opcode >::Op.
Op_t llvm::PatternMatch::CastClass_match< Op_t, Opcode >::Op |
Definition at line 762 of file PatternMatch.h.
Referenced by llvm::PatternMatch::CastClass_match< Op_t, Opcode >::match().