Lines Matching defs:ubounds
4048 /// lbounds and \p ubounds parameters should only be used in such a pointer
4055 std::optional<llvm::SmallVector<mlir::Value>> ubounds = std::nullopt) {
4078 *lbounds, ubounds, localSymbols, stmtCtx);
4221 llvm::ArrayRef<mlir::Value> ubounds,
4223 assert(lbounds.size() && ubounds.size());
4237 loc, boundArrayTy, array, ubounds[i],
4260 llvm::SmallVector<mlir::Value> ubounds;
4266 ubounds.push_back(fir::getBase(genExprValue(toEvExpr(ubExpr), stmtCtx)));
4287 mlir::Value boundsDesc = createBoundArray(lbounds, ubounds, loc);
4295 genArrayAssignment(assign, stmtCtx, lbounds, ubounds);
4307 lbounds, ubounds);
4318 ubounds);