Home
last modified time | relevance | path

Searched refs:baseAddrType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp323 auto baseAddrType = boxType.dyn_cast<fir::BoxType>().getEleTy(); in createUnallocatedBox() local
324 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()