HomeSort by: relevance | last modified time | path
    Searched defs:for_cond (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 668 isl_ast_expr *for_cond = isl_ast_node_for_get_cond (node_for); local
669 gcc_assert (isl_ast_expr_get_type (for_cond) == isl_ast_expr_op);
671 switch (isl_ast_expr_get_op_type (for_cond))
674 res = isl_ast_expr_get_op_arg (for_cond, 1);
681 isl_val_int_from_si (isl_ast_expr_get_ctx (for_cond), 1);
682 isl_ast_expr *ub = isl_ast_expr_get_op_arg (for_cond, 1);
690 isl_ast_expr_free (for_cond);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 668 isl_ast_expr *for_cond = isl_ast_node_for_get_cond (node_for); local
669 gcc_assert (isl_ast_expr_get_type (for_cond) == isl_ast_expr_op);
671 switch (isl_ast_expr_get_op_type (for_cond))
674 res = isl_ast_expr_get_op_arg (for_cond, 1);
681 isl_val_int_from_si (isl_ast_expr_get_ctx (for_cond), 1);
682 isl_ast_expr *ub = isl_ast_expr_get_op_arg (for_cond, 1);
690 isl_ast_expr_free (for_cond);

Completed in 28 milliseconds