Lines Matching defs:boundArrayTy
4126 mlir::Type boundArrayTy = fir::SequenceType::get(
4128 mlir::Value boundArray = builder->create<fir::AllocaOp>(loc, boundArrayTy);
4129 mlir::Value array = builder->create<fir::UndefOp>(loc, boundArrayTy);
4132 loc, boundArrayTy, array, lbounds[i],
4137 mlir::Type boxTy = fir::BoxType::get(boundArrayTy);
4225 mlir::Type boundArrayTy = fir::SequenceType::get(
4227 mlir::Value boundArray = builder->create<fir::AllocaOp>(loc, boundArrayTy);
4228 mlir::Value array = builder->create<fir::UndefOp>(loc, boundArrayTy);
4231 loc, boundArrayTy, array, lbounds[i],
4237 loc, boundArrayTy, array, ubounds[i],
4244 mlir::Type boxTy = fir::BoxType::get(boundArrayTy);