Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1983 bool IsNegation = match(Op0, m_ZeroInt()); in visitSub() local
1984 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()