Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2740 ICmpInst::Predicate PredA; in matchThreeWayIntCompare() local
2741 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7828 CmpInst::Predicate PredA, PredB; in tryToReduce() local
7829 if (match(A, m_Cmp(PredA, m_Value(), m_Value())) && in tryToReduce()
7831 return PredCountMap[PredA] > PredCountMap[PredB]; in tryToReduce()