Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2315 bool IsNegation = match(Op0, m_ZeroInt()); in visitSub() local
2316 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()