Searched refs:fold_binary_to_constant (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-address.c | 719 addr.offset = fold_binary_to_constant (PLUS_EXPR, sizetype, in maybe_fold_tmr() 734 off = fold_binary_to_constant (MULT_EXPR, sizetype, in maybe_fold_tmr() 741 addr.offset = fold_binary_to_constant (PLUS_EXPR, sizetype, in maybe_fold_tmr()
|
| H A D | tree-ssa-loop-niter.c | 180 d = fold_binary_to_constant (LSHIFT_EXPR, niter_type, in number_of_iterations_ne() 182 s = fold_binary_to_constant (RSHIFT_EXPR, niter_type, s, bits); in number_of_iterations_ne() 626 iv0->step = fold_binary_to_constant (MINUS_EXPR, type, in number_of_iterations_cond()
|
| H A D | tree-vrp.c | 914 cmp1 = fold_binary_to_constant (GE_EXPR, boolean_type_node, val, vr->min); in value_inside_range() 921 cmp2 = fold_binary_to_constant (LE_EXPR, boolean_type_node, val, vr->max); in value_inside_range()
|
| H A D | tree.h | 4281 extern tree fold_binary_to_constant (enum tree_code, tree, tree, tree);
|
| H A D | fold-const.c | 12887 fold_binary_to_constant (enum tree_code code, tree type, tree op0, tree op1) in fold_binary_to_constant() function
|