Lines Matching defs:arrayTy
568 mlir::Location loc, mlir::Type arrayTy,
580 mlir::Value array = builder.create<fir::UndefOp>(loc, arrayTy);
589 loc, arrayTy, array, elementVal, builder.getArrayAttr(createIdx()));
594 mlir::cast<fir::SequenceType>(arrayTy).getElementType();
599 loc, arrayTy, array, elementVal, builder.getArrayAttr(createIdx()));
604 mlir::Type eleTy = mlir::cast<fir::SequenceType>(arrayTy).getElementType();
616 loc, arrayTy, array, getElementVal(),
634 loc, arrayTy, array, getElementVal(),
650 mlir::Location loc, mlir::Type arrayTy,
653 mlir::Type eleTy = mlir::cast<fir::SequenceType>(arrayTy).getElementType();
667 builder, loc, arrayTy, globalName, builder.createInternalLinkage(),
679 loc, arrayTy, globalName,
682 genInlinedArrayLit(converter, loc, arrayTy, constant);
714 auto arrayTy = fir::SequenceType::get(shape, eleTy);
716 ? genOutlineArrayLit(converter, loc, arrayTy, con)
717 : genInlinedArrayLit(converter, loc, arrayTy, con);