Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2441 auto nonRankReducedType = SubViewOp::inferResultType(sourceType, mixedOffsets, in getCanonicalSubViewResultType() local
2451 for (const auto &sizes : llvm::enumerate(nonRankReducedType.getShape())) { in getCanonicalSubViewResultType()
2456 AffineMap layoutMap = nonRankReducedType.getLayout().getAffineMap(); in getCanonicalSubViewResultType()
2459 return MemRefType::get(shape, nonRankReducedType.getElementType(), layoutMap, in getCanonicalSubViewResultType()
2460 nonRankReducedType.getMemorySpace()); in getCanonicalSubViewResultType()