Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h523 Optional<unsigned> maybeGetViolatedRow() const;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp665 Optional<unsigned> LexSimplex::maybeGetViolatedRow() const { in maybeGetViolatedRow() function in LexSimplex
678 while (Optional<unsigned> maybeViolatedRow = maybeGetViolatedRow()) in restoreRationalConsistency()