LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::not_match< LHS_t > Struct Template Reference

#include <PatternMatch.h>

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

Public Member Functions

 not_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::not_match< LHS_t >

Definition at line 715 of file PatternMatch.h.

Constructor & Destructor Documentation

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

Definition at line 718 of file PatternMatch.h.

Member Function Documentation

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

Definition at line 721 of file PatternMatch.h.

References llvm::APIntOps::Xor().

Member Data Documentation

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

Definition at line 716 of file PatternMatch.h.


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