Searched refs:isl_ast_expr_op_call (Results 1 – 6 of 6) sorted by relevance
40 isl_ast_expr_op_call, enumerator70 #define isl_ast_op_call isl_ast_expr_op_call
649 static const auto type = isl_ast_expr_op_call;
714 static const auto type = isl_ast_expr_op_call;
776 return ast_expr_with_arguments(isl_ast_expr_op_call, function, arguments); in isl_ast_expr_call()1545 [isl_ast_expr_op_call] = 2,1576 [isl_ast_expr_op_call] = 1,1898 if (expr->u.op.op == isl_ast_expr_op_call) { in print_ast_expr_c()1990 [isl_ast_expr_op_call] = "call",
2533 isl_ast_expr_op_call, mpa); in isl_ast_build_call_from_multi_pw_aff()2576 isl_ast_expr_op_call, pma); in isl_ast_build_call_from_pw_multi_aff()2609 isl_ast_expr_op_call, iteration); in isl_ast_build_call_from_executed()
11272 =item C<isl_ast_expr_op_call>