LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::fneg_match< LHS_t > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::fneg_match< LHS_t >:
[legend]

Public Member Functions

 fneg_match (const LHS_t &LHS)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

LHS_t L
 

Detailed Description

template<typename LHS_t>
struct llvm::PatternMatch::fneg_match< LHS_t >

Definition at line 879 of file PatternMatch.h.

Constructor & Destructor Documentation

template<typename LHS_t >
llvm::PatternMatch::fneg_match< LHS_t >::fneg_match ( const LHS_t &  LHS)
inline

Definition at line 882 of file PatternMatch.h.

Member Function Documentation

template<typename LHS_t >
template<typename OpTy >
bool llvm::PatternMatch::fneg_match< LHS_t >::match ( OpTy *  V)
inline

Definition at line 884 of file PatternMatch.h.

Member Data Documentation

template<typename LHS_t >
LHS_t llvm::PatternMatch::fneg_match< LHS_t >::L

Definition at line 880 of file PatternMatch.h.


The documentation for this struct was generated from the following file: