Home
last modified time | relevance | path

Searched refs:widest_int_from_isl_expr_int (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c170 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() function
304 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.cc165 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_gimple
297 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()
H A DChangeLog-201711846 (translate_isl_ast_to_gimple::widest_int_from_isl_expr_int): Split