Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp20 const int nullIndex = std::numeric_limits<int>::max(); variable
37 colUnknown.insert(colUnknown.begin(), getNumFixedCols(), nullIndex); in SimplexBase()
60 assert(index != nullIndex && "nullIndex passed to unknownFromIndex"); in unknownFromIndex()
75 assert(index != nullIndex && "nullIndex passed to unknownFromIndex"); in unknownFromIndex()
1110 if (index != nullIndex) in getSnapshotBasis()
1238 assert(colUnknown[col] != nullIndex && in undo()
1487 result.colUnknown.assign(2, nullIndex); in makeProduct()