LLVM API Documentation
#include <PatternMatch.h>
Collaboration diagram for llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >:
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 75 of file PatternMatch.h.
|
Definition at line 79 of file PatternMatch.h. |
|
Definition at line 82 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. |
|
Definition at line 76 of file PatternMatch.h. Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match(). |
|
Definition at line 77 of file PatternMatch.h. Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match(). |