Lines Matching defs:extents
362 llvm::SmallVector<mlir::Value> extents = {c10, c100};
363 auto shape = builder.genShape(loc, extents);
374 llvm::SmallVector<mlir::Value> extents = {c10, c100};
375 auto shape = builder.genShape(loc, shifts, extents);
389 llvm::SmallVector<mlir::Value> extents = {c10, c100};
390 fir::AbstractArrayBox aab(extents, {});
414 llvm::SmallVector<mlir::Value> extents = {c10, c100};
418 fir::ArrayBoxValue aab(array, extents, {});
487 llvm::SmallVector<mlir::Value> extents(
490 arrays.emplace_back(fir::ArrayBoxValue(ptrValArray, extents));