Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5215 APInt SqrtVal(SqrtTerm.sqrt()); 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.cpp7013 APInt SqrtVal(SqrtTerm.sqrt()); in SolveQuadraticEquation() local
7025 ConstantInt::get(Context, (NegB + SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()
7027 ConstantInt::get(Context, (NegB - SqrtVal).sdiv(TwoA)); in SolveQuadraticEquation()