Lines Matching defs:itemAddr
651 mlir::Value itemAddr = fir::getBase(exv);
652 if (mlir::isa<fir::BaseBoxType>(itemAddr.getType()))
653 return itemAddr;
654 auto elementType = fir::dyn_cast_ptrEleTy(itemAddr.getType());
657 << itemAddr.getType();
681 return create<fir::EmboxOp>(loc, boxTy, itemAddr, s, /*slice=*/empty,
688 return create<fir::EmboxOp>(loc, boxTy, itemAddr, s);
692 return create<fir::EmboxOp>(loc, boxTy, itemAddr, s, emptySlice,
697 return create<fir::EmboxOp>(loc, boxTy, itemAddr);
700 return create<fir::EmboxOp>(loc, boxTy, itemAddr, emptyShape,
710 return create<fir::EmboxOp>(loc, boxTy, itemAddr, empty, empty,
717 return create<fir::EmboxOp>(loc, boxTy, itemAddr, empty, empty,