Home
last modified time | relevance | path

Searched refs:fold_binary_to_constant (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-address.c719 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 Dtree-ssa-loop-niter.c180 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 Dtree-vrp.c914 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 Dtree.h4281 extern tree fold_binary_to_constant (enum tree_code, tree, tree, tree);
H A Dfold-const.c12887 fold_binary_to_constant (enum tree_code code, tree type, tree op0, tree op1) in fold_binary_to_constant() function