Searched refs:PredA (Results 1 – 2 of 2) sorted by relevance
2740 ICmpInst::Predicate PredA; in matchThreeWayIntCompare() local2741 if (!match(SI->getCondition(), m_ICmp(PredA, m_Value(LHS), m_Value(RHS))) || in matchThreeWayIntCompare()2742 !ICmpInst::isEquality(PredA)) in matchThreeWayIntCompare()2747 if (PredA == ICmpInst::ICMP_NE) in matchThreeWayIntCompare()
7828 CmpInst::Predicate PredA, PredB; in tryToReduce() local7829 if (match(A, m_Cmp(PredA, m_Value(), m_Value())) && in tryToReduce()7831 return PredCountMap[PredA] > PredCountMap[PredB]; in tryToReduce()