Searched refs:IsNegation (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1744 bool IsNegation = match(Op0, m_ZeroInt()); local
1745 if (!IsNegation || none_of(I.users(), [&I, Op1](const User *U) {
1753 if (Value *NegOp1 = Negator::Negate(IsNegation, Op1, *this))
1756 if (IsNegation)

Completed in 114 milliseconds