Searched refs:shape_element (Results 1 – 1 of 1) sorted by relevance
62 for (auto shape_element : llvm::enumerate(result_type.getShape())) { in InsertDynamicAllocAndDealloc() local63 if (shape_element.value() != ShapedType::kDynamicSize) continue; in InsertDynamicAllocAndDealloc()64 Value index = rewriter->create<ConstantIndexOp>(loc, shape_element.index()); in InsertDynamicAllocAndDealloc()