LLVM
10.0.0svn
|
Matching combinators. More...
#include "llvm/IR/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 111 of file PatternMatch.h.
|
inline |
Definition at line 115 of file PatternMatch.h.
|
inline |
Definition at line 117 of file PatternMatch.h.
LTy llvm::PatternMatch::match_combine_or< LTy, RTy >::L |
Definition at line 112 of file PatternMatch.h.
RTy llvm::PatternMatch::match_combine_or< LTy, RTy >::R |
Definition at line 113 of file PatternMatch.h.