Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2185 unsigned minLbPosition = 0, minUbPosition = 0; in getConstantBoundOnDimSize() local
2206 minLbPosition = lbPos; in getConstantBoundOnDimSize()
2220 *boundFloorDivisor = atIneq(minLbPosition, pos); in getConstantBoundOnDimSize()
2223 (*lb)[c] = -atIneq(minLbPosition, getNumDimIds() + c); in getConstantBoundOnDimSize()
2233 (*lb)[getNumSymbolIds()] += atIneq(minLbPosition, pos) - 1; in getConstantBoundOnDimSize()
2236 *minLbPos = minLbPosition; in getConstantBoundOnDimSize()