Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Difcvt.c916 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
926 itrue = INTVAL (if_info->b); in noce_try_store_flag_constants()
929 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
930 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
933 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
941 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
945 else if (itrue == 0 && exact_log2 (ifalse) >= 0 && can_reverse in noce_try_store_flag_constants()
948 else if (itrue == -1 in noce_try_store_flag_constants()
963 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
988 else if (ifalse == 0 && (tmp = exact_log2 (itrue)) >= 0) in noce_try_store_flag_constants()
[all …]