LLVM API Documentation
#include <PatternMatch.h>
Collaboration diagram for llvm::PatternMatch::neg_match< LHS_t >:
Public Member Functions | |
neg_match (const LHS_t &LHS) | |
template<typename OpTy> | |
bool | match (OpTy *V) |
Public Attributes | |
LHS_t | L |
Definition at line 195 of file PatternMatch.h.
|
Definition at line 198 of file PatternMatch.h. |
|
Definition at line 201 of file PatternMatch.h. References llvm::ConstantExpr::getNeg(), I, and llvm::PatternMatch::neg_match< LHS_t >::L. |
|
Definition at line 196 of file PatternMatch.h. Referenced by llvm::PatternMatch::neg_match< LHS_t >::match(). |