Searched refs:emptySlice (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 73 mlir::Value emptySlice; in createNewFirBox() local 75 emptySlice, cleanedLengths); in createNewFirBox() 354 mlir::Value emptySlice; in createUnallocatedBox() local 355 return builder.create<fir::EmboxOp>(loc, boxType, nullAddr, shape, emptySlice, in createUnallocatedBox()
|
| H A D | FIRBuilder.cpp | 479 mlir::Value emptySlice; in createBox() local 481 return create<fir::EmboxOp>(loc, boxTy, itemAddr, s, emptySlice, in createBox() 487 mlir::Value emptyShape, emptySlice; in createBox() local 490 emptySlice, lenParams); in createBox()
|