Searched defs:vr0max (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() 948 tree vr0max = vr0->max (); in intersect_helper() local 975 tree *vr0min, tree *vr0max, in union_ranges() 1260 tree vr0max = vr0->max (); 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() 1097 tree vr0max = vr0->max (); in legacy_intersect() local 1122 tree *vr0min, tree *vr0max, in union_ranges() 1418 tree vr0max = vr0->max (); 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
|