Searched refs:m_Cmp (Results 1 – 2 of 2) sorted by relevance
72 inline class_match<CmpInst> m_Cmp() { return class_match<CmpInst>(); } in m_Cmp() function720 m_Cmp(CmpInst::Predicate &Pred, const LHS &L, const RHS &R) { in m_Cmp() function
5509 if (!match(Cond1, m_CombineOr(m_Cmp(), m_BinOp())) || in splitBranchCondition()5510 !match(Cond2, m_CombineOr(m_Cmp(), m_BinOp())) ) in splitBranchCondition()