|
LLVM
4.0.0
|
#include <PatternMatch.h>
Public Member Functions | |
| BinOp2_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 636 of file PatternMatch.h.
|
inline |
Definition at line 640 of file PatternMatch.h.
|
inline |
Definition at line 642 of file PatternMatch.h.
References I, llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::L, and llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::R.
| LHS_t llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::L |
Definition at line 637 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::match().
| RHS_t llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::R |
Definition at line 638 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::match().
1.8.6