Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3169 ICmpInst::Predicate PredA; in matchThreeWayIntCompare() local
3170 if (!match(SI->getCondition(), m_ICmp(PredA, m_Value(LHS), m_Value(RHS))) || in matchThreeWayIntCompare()
3171 !ICmpInst::isEquality(PredA)) in matchThreeWayIntCompare()
3176 if (PredA == ICmpInst::ICMP_NE) in matchThreeWayIntCompare()