Searched refs:widest_int_from_isl_expr_int (Results 1 – 3 of 3) sorted by relevance
170 widest_int widest_int_from_isl_expr_int (__isl_keep isl_ast_expr *expr);278 widest_int_from_isl_expr_int (__isl_keep isl_ast_expr *expr) in widest_int_from_isl_expr_int() function304 widest_int wi = widest_int_from_isl_expr_int (expr); in gcc_expression_from_isl_expr_int()335 && (wi::exact_log2 (widest_int_from_isl_expr_int (arg_expr)) in binary_op_to_tree()
165 widest_int widest_int_from_isl_expr_int (__isl_keep isl_ast_expr *expr);271 widest_int_from_isl_expr_int (__isl_keep isl_ast_expr *expr) in widest_int_from_isl_expr_int() function in translate_isl_ast_to_gimple297 widest_int wi = widest_int_from_isl_expr_int (expr); in gcc_expression_from_isl_expr_int()328 && (wi::exact_log2 (widest_int_from_isl_expr_int (arg_expr)) in binary_op_to_tree()
11846 (translate_isl_ast_to_gimple::widest_int_from_isl_expr_int): Split