LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags > Struct Template Reference

#include <PatternMatch.h>

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

List of all members.

Public Member Functions

 OverflowingBinaryOp_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, unsigned WrapFlags = 0>
struct llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >

Definition at line 525 of file PatternMatch.h.


Constructor & Destructor Documentation

template<typename LHS_t , typename RHS_t , unsigned Opcode, unsigned WrapFlags = 0>
llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >::OverflowingBinaryOp_match ( const LHS_t &  LHS,
const RHS_t &  RHS 
) [inline]

Definition at line 529 of file PatternMatch.h.


Member Function Documentation

template<typename LHS_t , typename RHS_t , unsigned Opcode, unsigned WrapFlags = 0>
template<typename OpTy >
bool llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >::match ( OpTy *  V) [inline]

Member Data Documentation

template<typename LHS_t , typename RHS_t , unsigned Opcode, unsigned WrapFlags = 0>
LHS_t llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >::L
template<typename LHS_t , typename RHS_t , unsigned Opcode, unsigned WrapFlags = 0>
RHS_t llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >::R

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