LLVM API Documentation

llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

template<typename LHS_t, typename RHS_t, typename Class, typename OpcType>
struct llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >

Definition at line 161 of file PatternMatch.h.


Constructor & Destructor Documentation

template<typename LHS_t, typename RHS_t, typename Class, typename OpcType>
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.


Member Function Documentation

template<typename LHS_t, typename RHS_t, typename Class, typename OpcType>
template<typename OpTy>
bool llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::match ( OpTy *  V  )  [inline]

Definition at line 171 of file PatternMatch.h.

References llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::L, llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::Opcode, and llvm::PatternMatch::BinaryOpClass_match< LHS_t, RHS_t, Class, OpcType >::R.


Member Data Documentation

template<typename LHS_t, typename RHS_t, typename Class, typename OpcType>
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().

template<typename LHS_t, typename RHS_t, typename Class, typename OpcType>
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().

template<typename LHS_t, typename RHS_t, typename Class, typename OpcType>
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().


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