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

/haiku-buildtools/isl/
H A Disl_ast_build_expr.c132 static int ast_expr_is_zero(__isl_keep isl_ast_expr *expr) function
150 if (ast_expr_is_zero(expr1)) {
155 if (ast_expr_is_zero(expr2)) {
184 if (ast_expr_is_zero(expr2)) {
189 if (ast_expr_is_zero(expr1)) {
307 if (isl_val_is_neg(v) && !ast_expr_is_zero(expr)) {
334 if (isl_val_is_neg(v) && !ast_expr_is_zero(expr)) {
604 if (ast_expr_is_zero(pos))
606 if (ast_expr_is_zero(neg))

Completed in 34 milliseconds