Matches shift operations.
Declared in <llvm/IR/PatternMatch.h>
template<
typename LHS,
typename RHS>
BinOpPred_match<LHS, RHS, is_shift_op>
m_Shift(
LHS const& L,
RHS const& R);
A matcher for shift operations.
| Name | Description |
|---|---|
| L | Sub-pattern for the left-hand operand. |
| R | Sub-pattern for the right-hand operand. |