LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::match_combine_and< LTy, RTy > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Collaboration diagram for llvm::PatternMatch::match_combine_and< LTy, RTy >:
Collaboration graph
[legend]

Public Member Functions

 match_combine_and (const LTy &Left, const RTy &Right)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

LTy L
 
RTy R
 

Detailed Description

template<typename LTy, typename RTy>
struct llvm::PatternMatch::match_combine_and< LTy, RTy >

Definition at line 108 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ match_combine_and()

template<typename LTy, typename RTy>
llvm::PatternMatch::match_combine_and< LTy, RTy >::match_combine_and ( const LTy &  Left,
const RTy &  Right 
)
inline

Definition at line 112 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename LTy, typename RTy>
template<typename ITy >
bool llvm::PatternMatch::match_combine_and< LTy, RTy >::match ( ITy *  V)
inline

Definition at line 114 of file PatternMatch.h.

Member Data Documentation

◆ L

template<typename LTy, typename RTy>
LTy llvm::PatternMatch::match_combine_and< LTy, RTy >::L

Definition at line 109 of file PatternMatch.h.

◆ R

template<typename LTy, typename RTy>
RTy llvm::PatternMatch::match_combine_and< LTy, RTy >::R

Definition at line 110 of file PatternMatch.h.


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