Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp334 mlir::Type dataTy = op.getInType(); in genAllocationScaleSize() local
335 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() local
1033 if (fir::isRecordWithTypeParameters(fir::unwrapSequenceType(dataTy))) in matchAndRewrite()