Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2435 ICmpInst::Predicate PredA, PredB; in matchThreeWayIntCompare() local
2437 match(SI->getCondition(), m_ICmp(PredA, m_Value(LHS), m_Value(RHS))) && in matchThreeWayIntCompare()
2438 PredA == ICmpInst::ICMP_EQ && in matchThreeWayIntCompare()