LLVM 22.0.0git
llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags, Commutable > 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) const

Public Attributes

LHS_t L
RHS_t R

Detailed Description

template<typename LHS_t, typename RHS_t, unsigned Opcode, unsigned WrapFlags = 0, bool Commutable = false>
struct llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags, Commutable >

Definition at line 1372 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ OverflowingBinaryOp_match()

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

Definition at line 1376 of file PatternMatch.h.

References L, LHS, R, and RHS.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ L

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

Definition at line 1373 of file PatternMatch.h.

Referenced by match(), and OverflowingBinaryOp_match().

◆ R

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

Definition at line 1374 of file PatternMatch.h.

Referenced by match(), and OverflowingBinaryOp_match().


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