Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2682 ICmpInst::Predicate PredA; in matchThreeWayIntCompare() local
2683 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7478 CmpInst::Predicate PredA, PredB; in tryToReduce() local
7479 if (match(A, m_Cmp(PredA, m_Value(), m_Value())) && in tryToReduce()
7481 return PredCountMap[PredA] > PredCountMap[PredB]; in tryToReduce()