Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2331 std::optional<APInt> SolveQuadraticEquationWrap(APInt A, APInt B, APInt C,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2781 llvm::APIntOps::SolveQuadraticEquationWrap(APInt A, APInt B, APInt C, in SolveQuadraticEquationWrap() function in llvm::APIntOps
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10278 APIntOps::SolveQuadraticEquationWrap(A, B, C, BitWidth + 1); in SolveQuadraticAddRecExact()
10338 SO = APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth); in SolveQuadraticAddRecRange()
10343 APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth + 1); in SolveQuadraticAddRecRange()