Searched refs:baseAddrType (Results 1 – 1 of 1) sorted by relevance
323 auto baseAddrType = boxType.dyn_cast<fir::BoxType>().getEleTy(); in createUnallocatedBox() local324 if (!fir::isa_ref_type(baseAddrType)) in createUnallocatedBox()325 baseAddrType = builder.getRefType(baseAddrType); in createUnallocatedBox()326 auto type = fir::unwrapRefType(baseAddrType); in createUnallocatedBox()332 auto nullAddr = builder.createNullConstant(loc, baseAddrType); in createUnallocatedBox()