Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h1303 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L, in m_Shr() function
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1264 auto m_Shr = [](auto &&V, auto &&S) { in matchFxpMul() local