Searched refs:shapeElement (Results 1 – 2 of 2) sorted by relevance
398 for (auto shapeElement : llvm::enumerate(memRefType.getShape())) { in introduceBufferCopy() local399 if (!ShapedType::isDynamic(shapeElement.value())) in introduceBufferCopy()402 terminator->getLoc(), sourceValue, shapeElement.index())); in introduceBufferCopy()
85 for (auto shapeElement : llvm::enumerate(tensorType.getShape())) { in allocateBuffersForResults() local88 if (shapeElement.value() != ShapedType::kDynamicSize) in allocateBuffersForResults()90 AffineExpr expr = resultIndexingMap.getResult(shapeElement.index()); in allocateBuffersForResults()