Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp5477 APInt NegB(-B); in SolveQuadraticEquation() local
5487 ConstantInt::get(Context, (NegB + SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
5489 ConstantInt::get(Context, (NegB - SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
/trueos/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp18825 bool NegB = (B.getOpcode() == ISD::FNEG); in PerformFMACombine() local
18829 bool NegMul = (NegA != NegB); in PerformFMACombine()
18832 if (NegB) in PerformFMACombine()