Searched refs:PredA (Results 1 – 1 of 1) sorted by relevance
3317 CmpPredicate PredA; in matchThreeWayIntCompare() local3318 if (!match(SI->getCondition(), m_ICmp(PredA, m_Value(LHS), m_Value(RHS))) || in matchThreeWayIntCompare()3319 !ICmpInst::isEquality(PredA)) in matchThreeWayIntCompare()3324 if (PredA == ICmpInst::ICMP_NE) in matchThreeWayIntCompare()