Home
last modified time | relevance | path

Searched refs:isl_ast_expr_op_max (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast_type.h22 isl_ast_expr_op_max, enumerator
52 #define isl_ast_op_max isl_ast_expr_op_max
H A Disl-noexceptions.h1000 static const auto type = isl_ast_expr_op_max;
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast.c1498 [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()
H A Disl_ast_build_expr.c1879 : isl_ast_expr_op_max; in ast_expr_from_aff_list()
H A Disl_ast_codegen.c1131 node->u.f.init = reduce_list(isl_ast_expr_op_max, lower, build); in set_for_node_expressions()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod11641 =item C<isl_ast_expr_op_max>