================ @@ -14205,6 +14212,15 @@ static void collectLoopStmts(Stmt *AStmt, MutableArrayRef<Stmt *> LoopStmts) { "Expecting a loop statement for each affected loop"); } +/// Build and return a DeclRefExpr for the floor induction variable using the +/// SemaRef and the provided parameters. +static Expr *MakeFloorIVRef(Sema &SemaRef, + SmallVector<VarDecl *, 4> FloorIndVars, int I, ---------------- alexey-bataev wrote:
```suggestion ArrayRef<VarDecl *> FloorIndVars, int I, ``` https://github.com/llvm/llvm-project/pull/119891 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits