LLVM API Documentation
#include <PatternMatch.h>

Public Member Functions | |
| fneg_match (const LHS_t &LHS) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| LHS_t | L |
Definition at line 881 of file PatternMatch.h.
| llvm::PatternMatch::fneg_match< LHS_t >::fneg_match | ( | const LHS_t & | LHS | ) | [inline] |
Definition at line 884 of file PatternMatch.h.
| bool llvm::PatternMatch::fneg_match< LHS_t >::match | ( | OpTy * | V | ) | [inline] |
Definition at line 887 of file PatternMatch.h.
| LHS_t llvm::PatternMatch::fneg_match< LHS_t >::L |
Definition at line 882 of file PatternMatch.h.