LLVM
8.0.1
|
#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 786 of file PatternMatch.h.
|
inline |
Definition at line 790 of file PatternMatch.h.
|
inline |
Definition at line 793 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 787 of file PatternMatch.h.
RHS_t llvm::PatternMatch::OverflowingBinaryOp_match< LHS_t, RHS_t, Opcode, WrapFlags >::R |
Definition at line 788 of file PatternMatch.h.