Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp875 Optional<unsigned> maybePivotRow = findPivotRow(row, newDirection, *col); in findPivot() local
876 return Pivot{maybePivotRow.value_or(row), *col}; in findPivot()