Home
last modified time | relevance | path

Searched refs:double_int_fits_to_tree_p (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-niter.c3211 if (!double_int_fits_to_tree_p (nit_type, bound)) in n_of_executions_at_most()
3245 || !double_int_fits_to_tree_p (nit_type, bound)) in n_of_executions_at_most()
H A Dtree.c1075 double_int_fits_to_tree_p (const_tree type, double_int cst) in double_int_fits_to_tree_p() function
1115 if (overflowed || !double_int_fits_to_tree_p(type, cst)) in force_fit_type_double()
8351 return double_int_fits_to_tree_p (type, dc); in int_fits_type_p()
H A Dbuiltins.c8046 if (double_int_fits_to_tree_p (itype, val)) in fold_builtin_int_roundingfn()
12736 if (double_int_fits_to_tree_p (size_type_node, in fold_builtin_object_size()
12747 && double_int_fits_to_tree_p (size_type_node, in fold_builtin_object_size()
H A Dtree-data-ref.c1750 if (!double_int_fits_to_tree_p (unsigned_type_node, nit)) in max_stmt_executions_tree()
H A Dtree.h4327 extern bool double_int_fits_to_tree_p (const_tree, double_int);
H A Dtree-vrp.c3427 && double_int_fits_to_tree_p (TREE_TYPE (init), dtmp) in adjust_range_with_scev()
H A Dfold-const.c5952 if (!double_int_fits_to_tree_p (ctype, mul) in extract_muldiv_1()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c12479 if (!double_int_fits_to_tree_p (type, di)) in build_enumerator()
12487 && double_int_fits_to_tree_p (type, di)) in build_enumerator()