Home
last modified time | relevance | path

Searched defs:getDimPosition (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBM.h140 unsigned getDimPosition(unsigned position) const { return 1 + position; } in getDimPosition() function
/external/llvm-project/mlir/lib/IR/
DAffineMap.cpp230 unsigned AffineMap::getDimPosition(unsigned idx) const { in getDimPosition() function in AffineMap