Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp888 unsigned pos, unsigned offset, unsigned num, unsigned symStartPos, in getLowerAndUpperBound() argument
891 assert(symStartPos >= (pos + offset) && "invalid sym start pos"); in getLowerAndUpperBound()
910 unsigned dimCount = symStartPos - num; in getLowerAndUpperBound()
911 unsigned symCount = getNumDimAndSymbolVars() - symStartPos; in getLowerAndUpperBound()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h240 unsigned symStartPos, ArrayRef<AffineExpr> localExprs,