Home
last modified time | relevance | path

Searched refs:is_right_shift_op (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1533 struct is_right_shift_op { struct
1572 inline BinOpPred_match<LHS, RHS, is_right_shift_op> m_Shr(const LHS &L, in m_Shr()
1574 return BinOpPred_match<LHS, RHS, is_right_shift_op>(L, R); in m_Shr()