Home
last modified time | relevance | path

Searched defs:m_Shr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1675 auto m_Shr = [](auto &&V, auto &&S) { in matchFxpMul() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1487 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L, in m_Shr() function