Searched refs:shapeArgs (Results 1 – 2 of 2) sorted by relevance
603 llvm::SmallVector<mlir::Value> shapeArgs; in associateMutableBoxWithRemap() local607 shapeArgs.push_back(lb); in associateMutableBoxWithRemap()608 shapeArgs.push_back(ext); in associateMutableBoxWithRemap()611 builder.create<fir::ShapeShiftOp>(loc, shapeType, shapeArgs); in associateMutableBoxWithRemap()
368 llvm::SmallVector<mlir::Value> shapeArgs; in genShape() local372 shapeArgs.push_back(lb); in genShape()373 shapeArgs.push_back(ext); in genShape()375 return create<fir::ShapeShiftOp>(loc, shapeType, shapeArgs); in genShape()