Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp898 Fraction widthI[2]; in reduceBasis() local
901 widthI[0] = gbrSimplex.computeWidthAndDuals( in reduceBasis()
907 widthI[1] = gbrSimplex.computeWidthAndDuals( in reduceBasis()
910 unsigned j = widthI[0] < widthI[1] ? 0 : 1; in reduceBasis()
916 return widthI[j]; in reduceBasis()