Searched refs:match_combine_or (Results 1 – 1 of 1) sorted by relevance
82 struct match_combine_or { struct86 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } in match_combine_or() function116 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()117 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()157 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() { in m_AnyZero()