Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp562 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()
577 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) { in matchInstruction()
681 if (!isEQ) in matchInstruction()
707 bool isEQ = match(V, m_LogicalOr(m_Value(), m_Value())); in gather() local
723 if (isEQ ? match(I, m_LogicalOr(m_Value(Op0), m_Value(Op1))) in gather()
734 if (matchInstruction(I, isEQ)) in gather()