|
LLVM
3.7.0
|
#include <PatternMatch.h>
Public Member Functions | |
| AnyBinaryOp_match (const LHS_t &LHS, const RHS_t &RHS) | |
| template<typename OpTy > | |
| bool | match (OpTy *V) |
Public Attributes | |
| LHS_t | L |
| RHS_t | R |
Definition at line 392 of file PatternMatch.h.
|
inline |
Definition at line 396 of file PatternMatch.h.
|
inline |
Definition at line 398 of file PatternMatch.h.
References I, llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t >::L, and llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t >::R.
| LHS_t llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t >::L |
Definition at line 393 of file PatternMatch.h.
Referenced by llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t >::match().
| RHS_t llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t >::R |
Definition at line 394 of file PatternMatch.h.
Referenced by llvm::PatternMatch::AnyBinaryOp_match< LHS_t, RHS_t >::match().
1.8.6