Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp603 llvm::SmallVector<mlir::Value> shapeArgs; in associateMutableBoxWithRemap() local
607 shapeArgs.push_back(lb); in associateMutableBoxWithRemap()
608 shapeArgs.push_back(ext); in associateMutableBoxWithRemap()
611 builder.create<fir::ShapeShiftOp>(loc, shapeType, shapeArgs); in associateMutableBoxWithRemap()
H A DFIRBuilder.cpp368 llvm::SmallVector<mlir::Value> shapeArgs; in genShape() local
372 shapeArgs.push_back(lb); in genShape()
373 shapeArgs.push_back(ext); in genShape()
375 return create<fir::ShapeShiftOp>(loc, shapeType, shapeArgs); in genShape()