Searched refs:dataTy (Results 1 – 1 of 1) sorted by relevance
334 mlir::Type dataTy = op.getInType(); in genAllocationScaleSize() local335 mlir::Type scalarType = fir::unwrapSequenceType(dataTy); in genAllocationScaleSize()336 auto seqTy = dataTy.dyn_cast<fir::SequenceType>(); in genAllocationScaleSize()1032 mlir::Type dataTy = fir::unwrapRefType(heapTy); in matchAndRewrite() local1033 if (fir::isRecordWithTypeParameters(fir::unwrapSequenceType(dataTy))) in matchAndRewrite()