Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1827 Fraction widthI[2]; in reduceBasis() local
1830 widthI[0] = gbrSimplex.computeWidthAndDuals( in reduceBasis()
1836 widthI[1] = gbrSimplex.computeWidthAndDuals( in reduceBasis()
1839 unsigned j = widthI[0] < widthI[1] ? 0 : 1; in reduceBasis()
1853 basis.getRow(i + 1), -1, basis.getRow(i))) >= widthI[j] && in reduceBasis()
1857 basis.getRow(i + 1), +1, basis.getRow(i))) >= widthI[j] && in reduceBasis()
1862 return widthI[j]; in reduceBasis()