Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2311 Value *OpNotNeg, *NegatedOp; in visitCallInst() local
2313 if (match(Op0, m_FNeg(m_Value(OpNotNeg)))) { in visitCallInst()
2317 } else if (match(Op1, m_FNeg(m_Value(OpNotNeg)))) { in visitCallInst()
2340 replaceOperand(*II, NegatedOpArg, OpNotNeg); in visitCallInst()
2347 NewArgs[NegatedOpArg] = OpNotNeg; in visitCallInst()