LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

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 1189 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ OverflowingBinaryOp_match()

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 1193 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

◆ L

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

◆ R

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: