Searched refs:get_op_str_c (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_ast.c | 1808 static const char *get_op_str_c(__isl_keep isl_printer *p, in get_op_str_c() function 1833 p = isl_printer_print_str(p, get_op_str_c(p, expr->u.op.op)); in print_min_max_c() 1908 get_op_str_c(p, expr->u.op.op)); in print_ast_expr_c() 1916 name = get_op_str_c(p, isl_ast_expr_op_fdiv_q); in print_ast_expr_c() 1946 p = isl_printer_print_str(p, get_op_str_c(p, expr->u.op.op)); in print_ast_expr_c() 2798 p = isl_printer_print_str(p, get_op_str_c(p, type)); in isl_ast_expr_op_type_print_macro() 2806 p = isl_printer_print_str(p, get_op_str_c(p, type)); in isl_ast_expr_op_type_print_macro() 2814 p = isl_printer_print_str(p, get_op_str_c(p, type)); in isl_ast_expr_op_type_print_macro()
|