Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp315 unsigned AffineMap::getDimPosition(unsigned idx) const { in getDimPosition() function in AffineMap
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp192 static llvm::Optional<unsigned> getDimPosition(AffineMap map, unsigned dim) { in getDimPosition() function