|
LLVM
8.0.1
|
#include "llvm/IR/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 108 of file PatternMatch.h.
|
inline |
Definition at line 112 of file PatternMatch.h.
|
inline |
Definition at line 114 of file PatternMatch.h.
| LTy llvm::PatternMatch::match_combine_and< LTy, RTy >::L |
Definition at line 109 of file PatternMatch.h.
| RTy llvm::PatternMatch::match_combine_and< LTy, RTy >::R |
Definition at line 110 of file PatternMatch.h.
1.8.13