Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h179 template <typename LTy, typename RTy> struct match_combine_or { struct
210 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr()
211 return match_combine_or<LTy, RTy>(L, R); in m_CombineOr()
1644 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>, OpTy>
1656 inline match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1663 inline match_combine_or<
1664 match_combine_or<CastClass_match<OpTy, Instruction::ZExt>,
1887 inline match_combine_or<
1888 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>,
1890 match_combine_or<MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>,
[all …]