Searched defs:vr0min (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-range.cc | 606 tree *vr0min, tree *vr0max, in intersect_ranges() 947 tree vr0min = vr0->min (); in intersect_helper() local 975 tree *vr0min, tree *vr0max, in union_ranges() 1259 tree vr0min = vr0->min (); in union_helper() local
|
H A D | vr-values.c | 1024 tree vr0min = vr0.min (), vr0max = vr0.max (); in check_for_binary_op_overflow() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-range.cc | 747 tree *vr0min, tree *vr0max, in intersect_ranges() 1096 tree vr0min = vr0->min (); in legacy_intersect() local 1122 tree *vr0min, tree *vr0max, in union_ranges() 1417 tree vr0min = vr0->min (); in legacy_union() local
|
H A D | vr-values.cc | 1078 tree vr0min = vr0.min (), vr0max = vr0.max (); in check_for_binary_op_overflow() local
|