LLVM API Documentation
#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 374 of file PatternMatch.h.
|
inline |
Definition at line 378 of file PatternMatch.h.
|
inline |
Definition at line 381 of file PatternMatch.h.
References llvm::User::getOperand(), I, llvm::Value::InstructionVal, 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 375 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 376 of file PatternMatch.h.
Referenced by llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match().