Lines Matching defs:lenParams
108 mlir::ValueRange extents, mlir::ValueRange lenParams,
128 /*shape=*/nullptr, lenParams,
144 if (!lenParams.empty()) {
156 extents, lenParams);
158 loc, allocmem, tmpName, shape, lenParams,
331 llvm::SmallVector<mlir::Value, 1> lenParams{adaptor.getLength()};
333 /*shape=*/std::nullopt, lenParams);
335 loc, alloca, tmpName, /*shape=*/mlir::Value{}, lenParams,
618 llvm::SmallVector<mlir::Value> lenParams;
619 hlfir::genLengthParameters(loc, builder, entity, lenParams);
625 lenParams, /*tdesc=*/nullptr);