Searched refs:NegB (Results 1 – 2 of 2) sorted by relevance
15530 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL() 15534 if (!NegA && !NegB && !NegC) in combineVFMADD_VLWithVFNEG_VL() 15537 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineVFMADD_VLWithVFNEG_VL() 15527 bool NegB = invertIfNegative(B); combineVFMADD_VLWithVFNEG_VL() local
52915 bool NegB = !!NewOps[1]; in getNegatedExpression() local52917 unsigned NewOpc = negateFMAOpcode(Opc, NegA != NegB, NegC, true); in getNegatedExpression()52919 Cost = (NegA || NegB || NegC) ? NegatibleCost::Cheaper in getNegatedExpression()54078 bool NegB = invertIfNegative(B); in combineFMA() local54081 if (!NegA && !NegB && !NegC) in combineFMA()54085 negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC, false); in combineFMA()