LLVM
10.0.0svn
|
#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 |
Definition at line 911 of file PatternMatch.h.
|
inline |
Definition at line 915 of file PatternMatch.h.
|
inline |
Definition at line 918 of file PatternMatch.h.
References llvm::MCID::Add, llvm::OverflowingBinaryOperator::NoSignedWrap, and llvm::OverflowingBinaryOperator::NoUnsignedWrap.
LHS_t llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >::L |
Definition at line 912 of file PatternMatch.h.
RHS_t llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >::R |
Definition at line 913 of file PatternMatch.h.