Searched defs:refType (Results 1 – 6 of 6) sorted by relevance
151 auto refType = builder.getRefType(boxCharType.getEleTy()); in toExtendedValue() local202 auto refType = fir::ReferenceType::get(boxCharType.getEleTy()); in createEmbox() local
309 auto refType = getRefType(boxType.getEleTy()); in convertWithSemantics() local
336 if (auto refType = in coordinateArrayElement() local
759 mlir::Type refType = fir::ReferenceType::get(type); in handleImplicitDummy() local
1584 if (auto refType = type.dyn_cast<fir::ReferenceType>()) in toExtendedValue() local1853 auto refType = bArg.getType().dyn_cast<fir::ReferenceType>(); in getWrapper() local2025 if (auto refType = type.dyn_cast<fir::ReferenceType>()) in getUnrestrictedIntrinsicSymbolRefAttr() local
3116 mlir::Type fir::StoreOp::elementType(mlir::Type refType) { in elementType()