Lines Matching refs:itemAddr
459 mlir::Value itemAddr = fir::getBase(exv); in createBox() local
460 if (itemAddr.getType().isa<fir::BoxType>()) in createBox()
461 return itemAddr; in createBox()
462 auto elementType = fir::dyn_cast_ptrEleTy(itemAddr.getType()); in createBox()
465 << itemAddr.getType(); in createBox()
472 return create<fir::EmboxOp>(loc, boxTy, itemAddr, s); in createBox()
477 return create<fir::EmboxOp>(loc, boxTy, itemAddr, s); in createBox()
481 return create<fir::EmboxOp>(loc, boxTy, itemAddr, s, emptySlice, in createBox()
486 return create<fir::EmboxOp>(loc, boxTy, itemAddr); in createBox()
489 return create<fir::EmboxOp>(loc, boxTy, itemAddr, emptyShape, in createBox()
497 return create<fir::EmboxOp>(loc, boxTy, itemAddr); in createBox()