Home
last modified time | relevance | path

Searched refs:compare_range_with_value (Results 1 – 25 of 123) sorted by relevance

12345

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vrp.c1985 compare_range_with_value (enum tree_code comp, value_range_t *vr, tree val) in compare_range_with_value() function
3213 t = compare_range_with_value (comp, &equiv_vr, val); in compare_name_with_value()
3349 retval = compare_range_with_value (NE_EXPR, vr, boolean_false_node); in vrp_evaluate_conditional()
3392 return compare_range_with_value (TREE_CODE (cond), vr0, op1); in vrp_evaluate_conditional()
3394 return compare_range_with_value ( in vrp_evaluate_conditional()
3827 val = compare_range_with_value (GT_EXPR, vr, integer_zero_node); in simplify_div_or_mod_using_ranges()
3872 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node); in simplify_abs_using_ranges()
3875 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node); in simplify_abs_using_ranges()
H A DChangeLog8914 * tree-vrp.c (compare_range_with_value): Return true or false
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dvr-values.c1606 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2099 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2125 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2290 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2292 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3122 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3233 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3239 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dvr-values.c1639 compare_range_with_value (enum tree_code comp, const value_range_equiv *vr, in compare_range_with_value() function
2135 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2162 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2324 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2326 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3181 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3292 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3298 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c1606 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2099 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2125 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2290 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2292 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3122 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3233 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3239 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c1606 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2099 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2125 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2290 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2292 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3122 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3233 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3239 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvr-values.c1533 compare_range_with_value (enum tree_code comp, const value_range *vr, in compare_range_with_value() function
2028 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2055 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2219 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2221 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3079 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3192 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3198 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dvr-values.c1639 compare_range_with_value (enum tree_code comp, const value_range_equiv *vr, in compare_range_with_value() function
2135 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2162 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2324 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2326 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3181 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3292 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3298 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
H A DChangeLog-201919912 (compare_range_with_value): Likewise.
22881 * vr-values.c (compare_range_with_value): Same.
25643 * vr-values.c (compare_range_with_value): Same.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dvr-values.c1593 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2095 retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2121 t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2288 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2290 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3145 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3256 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3262 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c1606 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2099 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2125 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2290 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2292 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3122 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3233 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3239 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c1606 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2099 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2125 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2290 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2292 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3122 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3233 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3239 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvr-values.c1527 compare_range_with_value (enum tree_code comp, const value_range *vr, in compare_range_with_value() function
2017 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2044 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2206 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2208 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3066 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3179 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3185 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
H A DChangeLog-201919912 (compare_range_with_value): Likewise.
22881 * vr-values.c (compare_range_with_value): Same.
25643 * vr-values.c (compare_range_with_value): Same.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dvr-values.c1527 compare_range_with_value (enum tree_code comp, const value_range *vr, in compare_range_with_value() function
2017 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2044 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2206 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2208 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3066 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3179 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3185 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dvr-values.c1601 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2094 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2120 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
2285 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2287 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3117 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3228 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3234 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dvr-values.c1527 compare_range_with_value (enum tree_code comp, const value_range *vr, in compare_range_with_value() function
2017 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2044 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2206 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2208 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3066 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3179 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3185 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dvr-values.c1639 compare_range_with_value (enum tree_code comp, const value_range_equiv *vr, in compare_range_with_value() function
2135 tree retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2162 tree t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2324 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2326 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3181 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3292 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3298 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dvr-values.c1593 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2095 retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2121 t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2288 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2290 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3145 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3256 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3262 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dvr-values.c1593 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
2095 retval = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2121 t = compare_range_with_value (comp, equiv_vr, val, &sop); in compare_name_with_value()
2288 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2290 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
3145 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
3256 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
3262 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vrp.c4027 compare_range_with_value (enum tree_code comp, value_range_t *vr, tree val, in compare_range_with_value() function
6526 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
6543 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
6701 return compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
6703 return (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
8266 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
8334 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
8338 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vrp.c4027 compare_range_with_value (enum tree_code comp, value_range_t *vr, tree val, in compare_range_with_value() function
6518 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
6535 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
6693 return compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
6695 return (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
8256 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
8324 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
8328 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vrp.c4251 compare_range_with_value (enum tree_code comp, value_range_t *vr, tree val, in compare_range_with_value() function
6887 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
6904 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
7062 return compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
7064 return (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
8615 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
8683 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
8687 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vrp.c4607 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
7275 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
7297 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
7457 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
7459 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
9086 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
9197 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
9203 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vrp.c4607 compare_range_with_value (enum tree_code comp, value_range *vr, tree val, in compare_range_with_value() function
7275 retval = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
7297 t = compare_range_with_value (comp, &equiv_vr, val, &sop); in compare_name_with_value()
7457 res = compare_range_with_value (code, vr0, op1, strict_overflow_p); in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
7459 res = (compare_range_with_value in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
9086 val = compare_range_with_value (GE_EXPR, vr, integer_zero_node, &sop); in simplify_div_or_mod_using_ranges()
9197 val = compare_range_with_value (LE_EXPR, vr, integer_zero_node, &sop); in simplify_abs_using_ranges()
9203 val = compare_range_with_value (LT_EXPR, vr, integer_zero_node, in simplify_abs_using_ranges()

12345