Searched refs:strip_float_extensions (Results 1 – 17 of 17) sorted by relevance
223 tree arg0 = strip_float_extensions (CALL_EXPR_ARG (expr, 0)); in convert_to_real_1()494 tree s_expr = strip_float_extensions (expr); in convert_to_integer_1()607 tree s_expr = strip_float_extensions (expr); in convert_to_integer_1()
509 tree tem = strip_float_extensions (t); in negate_expr_p()695 tem = strip_float_extensions (t); in fold_negate_expr_1()9595 tree targ0 = strip_float_extensions (arg0); in fold_unary_loc()12631 tree targ0 = strip_float_extensions (arg0); in fold_binary_loc()12632 tree targ1 = strip_float_extensions (arg1); in fold_binary_loc()
11914 strip_float_extensions (tree exp) in strip_float_extensions() function11955 return strip_float_extensions (sub); in strip_float_extensions()
5361 extern tree strip_float_extensions (tree);
6703 (with { tree arg0 = strip_float_extensions (@1);6704 tree arg1 = strip_float_extensions (@2);
18928 * tree.h: Remove duplicate prototype of strip_float_extensions.34950 * convert.c (strip_float_extensions): New global function.36003 * convert.c (strip_float_extensions): Look for narrowest type handling36008 * convert.c (strip_float_extensions): Make global.36009 * tree.h (strip_float_extensions): Declare.
2974 * convert.c (strip_float_extensions): Do not remove or introduce19823 * convert.c (strip_float_extensions): Use CONVERT_EXPR_P.
31530 * convert.c (strip_float_extensions): Move ...31531 * tree.c (strip_float_extensions): ... here.
24587 * tree.h (strip_float_extensions): Remove duplicate declaration.
2526 * convert.c (strip_float_extensions): New function.
13925 (strip_float_extensions): Use it.
34055 strip_float_extensions, simplify_builtin, c_strlen,
497 tree tem = strip_float_extensions (t); in negate_expr_p()683 tem = strip_float_extensions (t); in fold_negate_expr_1()8973 tree targ0 = strip_float_extensions (arg0); in fold_unary_loc()12036 tree targ0 = strip_float_extensions (arg0); in fold_binary_loc()12037 tree targ1 = strip_float_extensions (arg1); in fold_binary_loc()
5432 (with { tree arg0 = strip_float_extensions (@1);5433 tree arg1 = strip_float_extensions (@2);
12798 strip_float_extensions (tree exp) in strip_float_extensions() function12839 return strip_float_extensions (sub); in strip_float_extensions()
5178 extern tree strip_float_extensions (tree);