Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp717 Optional<Fraction> maybeWidth = in computeWidthAndDuals() local
719 assert(maybeWidth.hasValue() && "Width should not be unbounded!"); in computeWidthAndDuals()
769 return *maybeWidth; in computeWidthAndDuals()