|
LLVM
3.7.0
|
#include <PatternMatch.h>
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 |
Definition at line 101 of file PatternMatch.h.
|
inline |
Definition at line 105 of file PatternMatch.h.
|
inline |
Definition at line 107 of file PatternMatch.h.
References llvm::PatternMatch::match_combine_and< LTy, RTy >::L, and llvm::PatternMatch::match_combine_and< LTy, RTy >::R.
| LTy llvm::PatternMatch::match_combine_and< LTy, RTy >::L |
Definition at line 102 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_combine_and< LTy, RTy >::match().
| RTy llvm::PatternMatch::match_combine_and< LTy, RTy >::R |
Definition at line 103 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_combine_and< LTy, RTy >::match().
1.8.6