LLVM API Documentation
#include <PatternMatch.h>
Collaboration diagram for llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >:

Public Member Functions | |
| BinaryOpClass_match (OpcType &Op, const LHS_t &LHS, const RHS_t &RHS) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) |
Public Attributes | |
| OpcType & | Opcode |
| LHS_t | L |
| RHS_t | R |
Definition at line 161 of file PatternMatch.h.
| llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::BinaryOpClass_match | ( | OpcType & | Op, | |
| const LHS_t & | LHS, | |||
| const RHS_t & | RHS | |||
| ) | [inline] |
Definition at line 166 of file PatternMatch.h.
| bool llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::match | ( | OpTy * | V | ) | [inline] |
| OpcType& llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::Opcode |
Definition at line 162 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::match().
| LHS_t llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::L |
Definition at line 163 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::match().
| RHS_t llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::R |
Definition at line 164 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::match().