Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h527 Optional<unsigned> maybeGetNonIntegralVarRow() const;
638 Optional<unsigned> maybeGetNonIntegralVarRow();
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp273 Optional<unsigned> LexSimplex::maybeGetNonIntegralVarRow() const { in maybeGetNonIntegralVarRow() function in LexSimplex
293 while (Optional<unsigned> maybeRow = maybeGetNonIntegralVarRow()) { in findIntegerLexMin()
489 Optional<unsigned> SymbolicLexSimplex::maybeGetNonIntegralVarRow() { in maybeGetNonIntegralVarRow() function in SymbolicLexSimplex
602 if (Optional<unsigned> row = maybeGetNonIntegralVarRow()) { in computeSymbolicIntegerLexMin()