LLVM API Documentation
#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 505 of file PatternMatch.h.
| llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::BinOp2_match | ( | const LHS_t & | LHS, |
| const RHS_t & | RHS | ||
| ) | [inline] |
Definition at line 509 of file PatternMatch.h.
| bool llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::match | ( | OpTy * | V | ) | [inline] |
Definition at line 512 of file PatternMatch.h.
References llvm::User::getOperand(), llvm::ARM_PROC::I, llvm::Value::InstructionVal, 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 506 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 507 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinOp2_match< LHS_t, RHS_t, Opc1, Opc2 >::match().