Lines Matching defs:embox
5802 // This case just requires that an embox operation be created to box the
5827 mlir::Value embox =
5836 return fir::BoxValue(embox, lbounds, nonDeferredLenParams);
7025 mlir::Value embox =
7029 return arrayLoadExtValue(builder, loc, load, iters.iterVec(), embox);
7541 if (auto embox = mlir::dyn_cast<fir::EmboxOp>(op)) {
7543 loc, fir::BoxType::get(actualTy), embox.getMemref(), embox.getShape(),
7544 embox.getSlice(), embox.getTypeparams());