LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >:
Collaboration graph
[legend]

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
 

Detailed Description

template<typename LHS_t, typename RHS_t, unsigned Opcode>
struct llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >

Definition at line 374 of file PatternMatch.h.

Constructor & Destructor Documentation

template<typename LHS_t, typename RHS_t, unsigned Opcode>
llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::BinaryOp_match ( const LHS_t &  LHS,
const RHS_t &  RHS 
)
inline

Definition at line 378 of file PatternMatch.h.

Member Function Documentation

template<typename LHS_t, typename RHS_t, unsigned Opcode>
template<typename OpTy >
bool llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::match ( OpTy *  V)
inline

Member Data Documentation

template<typename LHS_t, typename RHS_t, unsigned Opcode>
LHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::L
template<typename LHS_t, typename RHS_t, unsigned Opcode>
RHS_t llvm::PatternMatch::BinaryOp_match< LHS_t, RHS_t, Opcode >::R

The documentation for this struct was generated from the following file: