Lines Matching defs:lenParams
366 llvm::SmallVector<mlir::Value> lenParams;
370 lenParams.push_back(nonDeferredParams[0]);
374 lenParams.push_back(zero);
380 loc, baseBoxType, nullAddr, shape, emptySlice, lenParams, typeSourceBox);
563 llvm::SmallVector<mlir::Value> lenParams;
565 lenParams.emplace_back(
570 writer.updateMutableBox(rawAddr, newLbounds, extents, lenParams);
659 llvm::SmallVector<mlir::Value> lenParams;
661 lenParams.emplace_back(
666 writer.updateMutableBox(rawAddr, lbounds, extents, lenParams);
720 const fir::MutableBoxValue &box, mlir::ValueRange lenParams) {
728 } else if (!lenParams.empty()) {
730 fir::factory::genMaxWithZero(builder, loc, lenParams[0]);
745 mlir::ValueRange lenParams,
747 auto lengths = getNewLengths(builder, loc, box, lenParams);
765 mlir::ValueRange extents, mlir::ValueRange lenParams,
767 auto lengths = getNewLengths(builder, loc, box, lenParams);
933 llvm::SmallVector<mlir::Value> lenParams;
935 lenParams.push_back(fir::getLen(realloc.newValue));
939 auto lengths = getNewLengths(builder, loc, box, lenParams);