Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h530 unsigned symStartPos, ArrayRef<AffineExpr> localExprs,
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp1484 unsigned pos, unsigned offset, unsigned num, unsigned symStartPos, in getLowerAndUpperBound() argument
1487 assert(symStartPos >= (pos + offset) && "invalid sym start pos"); in getLowerAndUpperBound()
1506 unsigned dimCount = symStartPos - num; in getLowerAndUpperBound()
1507 unsigned symCount = getNumDimAndSymbolIds() - symStartPos; in getLowerAndUpperBound()