Searched refs:NegA (Results 1 – 2 of 2) sorted by relevance
30214 bool NegA = (A.getOpcode() == ISD::FNEG); in combineFMA() local30219 bool NegMul = (NegA != NegB); in combineFMA()30220 if (NegA) in combineFMA()
37944 bool NegA = invertIfNegative(A); in combineFMA() local37948 if (!NegA && !NegB && !NegC) in combineFMA()37951 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineFMA()