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