Searched refs:OpNotNeg (Results 1 – 1 of 1) sorted by relevance
2426 Value *OpNotNeg, *NegatedOp; in visitCallInst() local2428 if (match(Op0, m_FNeg(m_Value(OpNotNeg)))) { in visitCallInst()2432 } else if (match(Op1, m_FNeg(m_Value(OpNotNeg)))) { in visitCallInst()2455 replaceOperand(*II, NegatedOpArg, OpNotNeg); in visitCallInst()2462 NewArgs[NegatedOpArg] = OpNotNeg; in visitCallInst()