Searched refs:NegB (Results 1 – 2 of 2) sorted by relevance
5477 APInt NegB(-B); in SolveQuadraticEquation() local5487 ConstantInt::get(Context, (NegB + SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()5489 ConstantInt::get(Context, (NegB - SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
18825 bool NegB = (B.getOpcode() == ISD::FNEG); in PerformFMACombine() local18829 bool NegMul = (NegA != NegB); in PerformFMACombine()18832 if (NegB) in PerformFMACombine()