Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp615 mlir::Type baseAddrTy = converter.genType(sym); in createMutableProperties() local
616 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()