LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::PatternMatch::neg_match< LHS_t > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::neg_match< LHS_t >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 neg_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::neg_match< LHS_t >

Definition at line 195 of file PatternMatch.h.


Constructor & Destructor Documentation

template<typename LHS_t>
llvm::PatternMatch::neg_match< LHS_t >::neg_match const LHS_t &  LHS  )  [inline]
 

Definition at line 198 of file PatternMatch.h.


Member Function Documentation

template<typename LHS_t>
template<typename OpTy>
bool llvm::PatternMatch::neg_match< LHS_t >::match OpTy *  V  )  [inline]
 

Definition at line 201 of file PatternMatch.h.

References llvm::ConstantExpr::getNeg(), I, and llvm::PatternMatch::neg_match< LHS_t >::L.


Member Data Documentation

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

Definition at line 196 of file PatternMatch.h.

Referenced by llvm::PatternMatch::neg_match< LHS_t >::match().


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