Lines Matching defs:Bound
7284 const Instruction *Bound = nullptr;
7288 if (!Bound || DT.dominates(Bound, DefI))
7289 Bound = DefI;
7295 return Bound ? Bound : &*F.getEntryBlock().begin();
10327 [&](APInt Bound) -> std::pair<std::optional<APInt>, bool> {
10331 << Bound << " (before multiplying by " << M << ")\n");
10332 Bound *= M; // The quadratic equation multiplier.
10338 SO = APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth);
10343 APIntOps::SolveQuadraticEquationWrap(A, B, -Bound, BitWidth + 1);