Home
last modified time | relevance | path

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/
DAPInt.h2266 Optional<APInt> SolveQuadraticEquationWrap(APInt A, APInt B, APInt C,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2866 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/
DScalarEvolution.cpp8613 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()