Searched refs:PredA (Results 1 – 2 of 2) sorted by relevance
2682 ICmpInst::Predicate PredA; in matchThreeWayIntCompare() local2683 if (!match(SI->getCondition(), m_ICmp(PredA, m_Value(LHS), m_Value(RHS))) || in matchThreeWayIntCompare()2684 !ICmpInst::isEquality(PredA)) in matchThreeWayIntCompare()2689 if (PredA == ICmpInst::ICMP_NE) in matchThreeWayIntCompare()
7478 CmpInst::Predicate PredA, PredB; in tryToReduce() local7479 if (match(A, m_Cmp(PredA, m_Value(), m_Value())) && in tryToReduce()7481 return PredCountMap[PredA] > PredCountMap[PredB]; in tryToReduce()