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

Public Member Functions | |
| BinaryOpClass_match (Instruction::BinaryOps &Op, const LHS_t &LHS, const RHS_t &RHS) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) |
Public Attributes | |
| Instruction::BinaryOps & | Opcode |
| LHS_t | L |
| RHS_t | R |
Definition at line 158 of file PatternMatch.h.
|
||||||||||||||||||||
|
Definition at line 163 of file PatternMatch.h. |
|
||||||||||||||
|
|||||
|
Definition at line 160 of file PatternMatch.h. Referenced by llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class >::match(). |
|
|||||
|
Definition at line 159 of file PatternMatch.h. Referenced by llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class >::match(). |
|
|||||
|
Definition at line 161 of file PatternMatch.h. Referenced by llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class >::match(). |