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

/haiku-buildtools/gcc/gcc/
H A Dgraphite-isl-ast-to-gimple.c209 enum isl_ast_op_type expr_type = isl_ast_expr_get_op_type (expr);
267 gcc_assert (isl_ast_expr_get_op_type (expr) == isl_ast_op_minus);
288 gcc_assert (isl_ast_expr_get_op_type (expr) == isl_ast_op_minus);
302 switch (isl_ast_expr_get_op_type (expr))
337 switch (isl_ast_expr_get_op_type (expr))
514 switch (isl_ast_expr_get_op_type (for_cond))
619 isl_ast_expr_get_op_type (user_expr) == isl_ast_op_call);
/haiku-buildtools/isl/include/isl/
H A Dast.h95 enum isl_ast_op_type isl_ast_expr_get_op_type(__isl_keep isl_ast_expr *expr);
/haiku-buildtools/isl/
H A Disl_ast.c267 enum isl_ast_op_type isl_ast_expr_get_op_type(__isl_keep isl_ast_expr *expr) function

Completed in 28 milliseconds