LLVM API Documentation
#include <PatternMatch.h>

Public Member Functions | |
| not_match (const LHS_t &LHS) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| LHS_t | L |
Definition at line 828 of file PatternMatch.h.
| llvm::PatternMatch::not_match< LHS_t >::not_match | ( | const LHS_t & | LHS | ) | [inline] |
Definition at line 831 of file PatternMatch.h.
| bool llvm::PatternMatch::not_match< LHS_t >::match | ( | OpTy * | V | ) | [inline] |
Definition at line 834 of file PatternMatch.h.
References llvm::APIntOps::Xor().
| LHS_t llvm::PatternMatch::not_match< LHS_t >::L |
Definition at line 829 of file PatternMatch.h.