|
LLVM
4.0.0
|
#include <PatternMatch.h>
Public Member Functions | |
| BinaryOp_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 415 of file PatternMatch.h.
|
inline |
Definition at line 419 of file PatternMatch.h.
|
inline |
Definition at line 421 of file PatternMatch.h.
References I, llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::L, and llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::R.
| LHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::L |
Definition at line 416 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match().
| RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::R |
Definition at line 417 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match().
1.8.6