Searched refs:isEQ (Results 1 – 1 of 1) sorted by relevance
513 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()528 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) { in matchInstruction()632 if (!isEQ) in matchInstruction()658 bool isEQ = match(V, m_LogicalOr(m_Value(), m_Value())); in gather() local674 if (isEQ ? match(I, m_LogicalOr(m_Value(Op0), m_Value(Op1))) in gather()685 if (matchInstruction(I, isEQ)) in gather()