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 648 of file PatternMatch.h.
|
inline |
Definition at line 651 of file PatternMatch.h.
|
inline |
Definition at line 654 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 649 of file PatternMatch.h.
Referenced by llvm::PatternMatch::CastClass_match< Op_t, Opcode >::match().