Searched refs:sequenceType (Results 1 – 3 of 3) sorted by relevance
76 type :: sequenceType type79 end type sequenceType88 type(sequenceType) :: testField2
268 fir::SequenceType sequenceType; in genDefaultInitializerValue() local270 sequenceType = ty; in genDefaultInitializerValue()338 if (sequenceType) { in genDefaultInitializerValue()341 auto arrayInitialValue = builder.create<fir::UndefOp>(loc, sequenceType); in genDefaultInitializerValue()343 for (int64_t extent : sequenceType.getShape()) { in genDefaultInitializerValue()351 loc, sequenceType, arrayInitialValue, initialValue, in genDefaultInitializerValue()
1032 if (auto sequenceType = lFieldTy.dyn_cast<fir::SequenceType>()) { in genComponentByComponentAssignment() local1041 for (auto extent : llvm::reverse(sequenceType.getShape())) { in genComponentByComponentAssignment()1052 auto elementRefType = builder.getRefType(sequenceType.getEleTy()); in genComponentByComponentAssignment()