Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1728 unsigned shapeIndex = resultShape.size() - 1; in computeExpandedLayoutMap() local
1736 Wrapper::size(resultShape[shapeIndex--])) in computeExpandedLayoutMap()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp5664 std::size_t shapeIndex = 0; in genSliceIndices() local
5717 shapeIndex++; in genSliceIndices()
5736 genVectorSubscriptArrayFetch(arrExpr, shapeIndex); in genSliceIndices()
5759 shapeIndex++; in genSliceIndices()