LLVM API Documentation
#include <PatternMatch.h>
Collaboration diagram for llvm::PatternMatch::not_match< LHS_t >:

Public Member Functions | |
| not_match (const LHS_t &LHS) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) |
Public Attributes | |
| LHS_t | L |
Definition at line 226 of file PatternMatch.h.
|
||||||||||
|
Definition at line 229 of file PatternMatch.h. |
|
||||||||||||||
|
Definition at line 232 of file PatternMatch.h. References llvm::ConstantExpr::getNot(), I, llvm::PatternMatch::not_match< LHS_t >::L, and llvm::ISD::Xor. |
|
|||||
|
Definition at line 227 of file PatternMatch.h. Referenced by llvm::PatternMatch::not_match< LHS_t >::match(). |