Searched refs:IsNegation (Results 1 – 1 of 1) sorted by relevance
2189 bool IsNegation = match(Op0, m_ZeroInt()); in visitSub() local2190 if (!IsNegation || none_of(I.users(), [&I, Op1](const User *U) { in visitSub()2198 if (Value *NegOp1 = Negator::Negate(IsNegation, /* IsNSW */ IsNegation && in visitSub()2203 if (IsNegation) in visitSub()