LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::match_combine_or< LTy, RTy > Struct Template Reference

Matching combinators. More...

#include <PatternMatch.h>

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

List of all members.

Public Member Functions

 match_combine_or (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_or< LTy, RTy >

Matching combinators.

Definition at line 82 of file PatternMatch.h.


Constructor & Destructor Documentation

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

Definition at line 86 of file PatternMatch.h.


Member Function Documentation

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

Member Data Documentation

template<typename LTy, typename RTy>
LTy llvm::PatternMatch::match_combine_or< LTy, RTy >::L
template<typename LTy, typename RTy>
RTy llvm::PatternMatch::match_combine_or< LTy, RTy >::R

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