Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp566 Optional<Fraction> maybeMin = computeOptimum(Direction::Down, dir); in isUnbounded() local
567 if (!maybeMin) in isUnbounded()
1104 if (Optional<Fraction> maybeMin = in computeIntegerBounds() local
1106 minRoundedUp = ceil(*maybeMin); in computeIntegerBounds()