Lines Matching defs:Bound
7306 const Instruction *Bound = nullptr;
7310 if (!Bound || DT.dominates(Bound, DefI))
7311 Bound = DefI;
7317 return Bound ? Bound : &*F.getEntryBlock().begin();
10421 [&](APInt Bound) -> std::pair<std::optional<APInt>, bool> {
10425 << Bound << " (before multiplying by " << M << ")\n");
10426 Bound *= M; // The quadratic equation multiplier.
10432 SO = APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth);
10437 APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth + 1);