Searched refs:strip_float_extensions (Results 1 – 7 of 7) sorted by relevance
129 strip_float_extensions (tree exp) in strip_float_extensions() function168 return strip_float_extensions (sub); in strip_float_extensions()229 tree arg0 = strip_float_extensions (TREE_VALUE (TREE_OPERAND (expr, 1))); in convert_to_real()282 = strip_float_extensions (TREE_VALUE (TREE_OPERAND (expr, 1))); in convert_to_real()318 tree arg0 = strip_float_extensions (TREE_OPERAND (expr, 0)); in convert_to_real()319 tree arg1 = strip_float_extensions (TREE_OPERAND (expr, 1)); in convert_to_real()431 tree s_expr = strip_float_extensions (expr); in convert_to_integer()
1137 tree tem = strip_float_extensions (t); in negate_expr_p()1309 tem = strip_float_extensions (t); in fold_negate_expr()7787 tree targ0 = strip_float_extensions (arg0); in fold_unary()8074 tree targ0 = strip_float_extensions (arg0); in fold_comparison()8075 tree targ1 = strip_float_extensions (arg1); in fold_comparison()11378 tree targ0 = strip_float_extensions (arg0); in fold_binary()11379 tree targ1 = strip_float_extensions (arg1); in fold_binary()
4406 extern tree strip_float_extensions (tree);4413 extern tree strip_float_extensions (tree);
6852 tree arg0 = strip_float_extensions (arg); in fold_trunc_transparent_mathfn()6891 tree arg0 = strip_float_extensions (arg); in fold_fixed_mathfn()
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.
2526 * convert.c (strip_float_extensions): New function.
34055 strip_float_extensions, simplify_builtin, c_strlen,