Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp562 Optional<Fraction> maybeMax = computeOptimum(Direction::Up, dir); in isUnbounded() local
563 if (!maybeMax) in isUnbounded()
1111 if (Optional<Fraction> maybeMax = in computeIntegerBounds() local
1113 maxRoundedDown = floor(*maybeMax); in computeIntegerBounds()