LLVM API Documentation
#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 99 of file PatternMatch.h.
|
inline |
Definition at line 103 of file PatternMatch.h.
|
inline |
Definition at line 106 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 100 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 101 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_combine_and< LTy, RTy >::match().