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