Home
last modified time | relevance | path

Searched refs:op_with_constant_singleton_value_range (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.h50 tree op_with_constant_singleton_value_range (tree);
H A Dgimple-ssa-evrp.c61 return vr_values->op_with_constant_singleton_value_range (op); in get_value()
H A Dvr-values.c421 vr_values::op_with_constant_singleton_value_range (tree op) in op_with_constant_singleton_value_range() function
1767 tem = op_with_constant_singleton_value_range (init); in adjust_range_with_scev()
1771 tem = op_with_constant_singleton_value_range (step); in adjust_range_with_scev()
H A Dtree-vrp.c4773 tree op_with_constant_singleton_value_range (tree op) in op_with_constant_singleton_value_range() function
4774 { return vr_values->op_with_constant_singleton_value_range (op); } in op_with_constant_singleton_value_range()
4859 return op_with_constant_singleton_value_range (op); in get_value()
H A Dtree-ssa-dom.c1800 val = vr_values->op_with_constant_singleton_value_range (op); in cprop_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.h124 tree op_with_constant_singleton_value_range (tree);
H A Dvr-values.cc203 return op_with_constant_singleton_value_range (op); in value_of_expr()
209 return op_with_constant_singleton_value_range (op); in value_on_edge()
221 return op_with_constant_singleton_value_range (op); in value_of_stmt()
473 vr_values::op_with_constant_singleton_value_range (tree op) in op_with_constant_singleton_value_range() function in vr_values
H A DChangeLog-200810182 * tree-vrp.c (op_with_constant_singleton_value_range): New function.
H A DChangeLog-201115770 (op_with_constant_singleton_value_range): Use it.
H A DChangeLog-20177478 (op_with_constant_singleton_value_range): Likewise.