ΒΆtemplate <typename LHS, typename RHS>
inline OverflowingBinaryOp_match<
LHS,
RHS,
Instruction::Sub,
OverflowingBinaryOperator::NoSignedWrap>
m_NSWSub(const LHS& L, const RHS& R)
template <typename LHS, typename RHS>
inline OverflowingBinaryOp_match<
LHS,
RHS,
Instruction::Sub,
OverflowingBinaryOperator::NoSignedWrap>
m_NSWSub(const LHS& L, const RHS& R)
Declared at: llvm/include/llvm/IR/PatternMatch.h:970
Templates
- LHS
- RHS
Parameters
- const LHS& L
- const RHS& R