args_with_implicit_vars 2492 src/Func.cpp           vector<Expr> expanded_args = args_with_implicit_vars(e.as_vector());
args_with_implicit_vars 2556 src/Func.cpp       vector<Expr> expanded_args = args_with_implicit_vars(e.as_vector());
args_with_implicit_vars 2568 src/Func.cpp       vector<Expr> expanded_args = args_with_implicit_vars({e});
args_with_implicit_vars  316 src/Func.h         std::vector<Expr> args_with_implicit_vars(const std::vector<Expr> &e) const;