Searched refs:getBaseTy (Results 1 – 2 of 2) sorted by relevance
205 mlir::Type getBaseTy() const { in getBaseTy() function222 auto type = getBaseTy(); in getEleTy()229 bool hasRank() const { return getBaseTy().isa<fir::SequenceType>(); } in hasRank()232 auto seqTy = getBaseTy().dyn_cast<fir::SequenceType>(); in hasAssumedRank()238 if (auto seqTy = getBaseTy().dyn_cast<fir::SequenceType>()) in rank()255 return fir::isUnlimitedPolymorphicType(getBaseTy()); in isUnlimitedPolymorphic()521 [](const fir::MutableBoxValue &box) { return box.getBaseTy(); }, in getBaseTypeOf()522 [](const fir::BoxValue &box) { return box.getBaseTy(); }, in getBaseTypeOf()
61 auto bt = box.getBaseTy(); in createNewFirBox()667 loc, box.getBaseTy(), allocName, lengths, extents); in allocateAndInitNewStorage()691 auto heap = builder.create<fir::AllocMemOp>(loc, box.getBaseTy(), allocName, in genInlinedAllocation()