Searched refs:IsNegation (Results 1 – 1 of 1) sorted by relevance
1983 bool IsNegation = match(Op0, m_ZeroInt()); in visitSub() local1984 if (!IsNegation || none_of(I.users(), [&I, Op1](const User *U) { in visitSub()1992 if (Value *NegOp1 = Negator::Negate(IsNegation, Op1, *this)) in visitSub()1995 if (IsNegation) in visitSub()