Searched refs:ast_expr_add (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ast_build_expr.c144 static __isl_give isl_ast_expr *ast_expr_add(__isl_take isl_ast_expr *expr1, function
313 return ast_expr_add(expr, term);
340 return ast_expr_add(expr, expr_int);
425 *neg = ast_expr_add(*neg, expr);
427 *pos = ast_expr_add(*pos, expr);

Completed in 16 milliseconds