Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp6128 mlir::Type arrType = fir::unwrapPassByRefType(baseType); in genOptionalArrayFetch() local
6129 mlir::Type eleType = fir::unwrapSequenceType(arrType); in genOptionalArrayFetch()
6147 loc, arrType, memref, shape, noSlice, fir::getTypeParams(exv)); in genOptionalArrayFetch()