LLVM API Documentation
Matching combinators. More...
#include <PatternMatch.h>
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 |
Matching combinators.
Definition at line 82 of file PatternMatch.h.
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.
bool llvm::PatternMatch::match_combine_or< LTy, RTy >::match | ( | ITy * | V | ) | [inline] |
Definition at line 89 of file PatternMatch.h.
References llvm::PatternMatch::match_combine_or< LTy, RTy >::L, and llvm::PatternMatch::match_combine_or< LTy, RTy >::R.
LTy llvm::PatternMatch::match_combine_or< LTy, RTy >::L |
Definition at line 83 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_combine_or< LTy, RTy >::match().
RTy llvm::PatternMatch::match_combine_or< LTy, RTy >::R |
Definition at line 84 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_combine_or< LTy, RTy >::match().