Searched refs:baseAddrTy (Results 1 – 1 of 1) sorted by relevance
615 mlir::Type baseAddrTy = converter.genType(sym); in createMutableProperties() local616 if (auto boxType = baseAddrTy.dyn_cast<fir::BoxType>()) in createMutableProperties()617 baseAddrTy = boxType.getEleTy(); in createMutableProperties()621 builder.allocateLocal(loc, baseAddrTy, name + ".addr", "", in createMutableProperties()638 mlir::Type eleTy = baseAddrTy; in createMutableProperties()