Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h304 RemoveLastConstraint, enumerator
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp95 undoLog.push_back(UndoLogEntry::RemoveLastConstraint); in addZeroRow()
1196 if (entry == UndoLogEntry::RemoveLastConstraint) { in undo()