LLVM API Documentation
#include <PatternMatch.h>
Public Member Functions | |
neg_match (const LHS_t &LHS) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
LHS_t | L |
Definition at line 855 of file PatternMatch.h.
llvm::PatternMatch::neg_match< LHS_t >::neg_match | ( | const LHS_t & | LHS | ) | [inline] |
Definition at line 858 of file PatternMatch.h.
bool llvm::PatternMatch::neg_match< LHS_t >::match | ( | OpTy * | V | ) | [inline] |
Definition at line 861 of file PatternMatch.h.
LHS_t llvm::PatternMatch::neg_match< LHS_t >::L |
Definition at line 856 of file PatternMatch.h.