Searched refs:isl_ast_expr_op_max (Results 1 – 6 of 6) sorted by relevance
22 isl_ast_expr_op_max, enumerator52 #define isl_ast_op_max isl_ast_expr_op_max
1000 static const auto type = isl_ast_expr_op_max;
1498 [isl_ast_expr_op_max] = "max",1527 [isl_ast_expr_op_max] = 2,1558 [isl_ast_expr_op_max] = 1,1925 if (expr->u.op.op == isl_ast_expr_op_max || in print_ast_expr_c()1972 [isl_ast_expr_op_max] = "max",2628 if (expr->u.op.op == isl_ast_expr_op_max) in ast_expr_required_macros()2803 case isl_ast_expr_op_max: in isl_ast_expr_op_type_print_macro()2843 if (macros & ISL_AST_MACRO_MAX && fn(isl_ast_expr_op_max, user) < 0) in foreach_ast_expr_op_type()
1879 : isl_ast_expr_op_max; in ast_expr_from_aff_list()
1131 node->u.f.init = reduce_list(isl_ast_expr_op_max, lower, build); in set_for_node_expressions()
11641 =item C<isl_ast_expr_op_max>