Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5219 APInt NegB(-B); in SolveQuadraticEquation() local
5229 ConstantInt::get(Context, (NegB + SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
5231 ConstantInt::get(Context, (NegB - SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7017 APInt NegB(-B); in SolveQuadraticEquation() local
7025 ConstantInt::get(Context, (NegB + SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
7027 ConstantInt::get(Context, (NegB - SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30215 bool NegB = (B.getOpcode() == ISD::FNEG); in combineFMA() local
30219 bool NegMul = (NegA != NegB); in combineFMA()
30222 if (NegB) in combineFMA()