Matches a G_LSHR (logical right‐shift) with the given operand sub‐patterns.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>
template<
typename LHS,
typename RHS>
BinaryOp_match<LHS, RHS, TargetOpcode::G_LSHR, false>
m_GLShr(
LHS const& L,
RHS const& R);
Return Value
A matcher for a G_LSHR (logical right‐shift) with the given operand sub‐patterns.
Parameters
Name |
Description |
L |
Sub‐pattern for the left‐hand operand. |
R |
Sub‐pattern for the right‐hand operand. |
Created with MrDocs