ΒΆtemplate <typename LHS, typename RHS>
inline BinOpPred_match<
    LHS,
    RHS,
    llvm::PatternMatch::is_right_shift_op>
m_Shr(const LHS& L, const RHS& R)

Description

Matches logical shift operations.

Declared at: llvm/include/llvm/IR/PatternMatch.h:1303

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R