Searched refs:SolveQuadraticEquationWrap (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 2266 Optional<APInt> SolveQuadraticEquationWrap(APInt A, APInt B, APInt C,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 2866 llvm::APIntOps::SolveQuadraticEquationWrap(APInt A, APInt B, APInt C, in SolveQuadraticEquationWrap() function in llvm::APIntOps
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8613 Optional<APInt> X = APIntOps::SolveQuadraticEquationWrap(A, B, C, BitWidth+1); in SolveQuadraticAddRecExact() 8672 SO = APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth); in SolveQuadraticAddRecRange() 8676 Optional<APInt> UO = APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, in SolveQuadraticAddRecRange()
|