Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDfold-const.c11109 HOST_WIDE_INT signed_max_hi; in fold_binary() local
11117 signed_max_hi = 0; in fold_binary()
11137 signed_max_hi = ((unsigned HOST_WIDE_INT) 1 << (width - 1)) in fold_binary()
11149 max_hi = signed_max_hi; in fold_binary()
11234 && TREE_INT_CST_HIGH (arg1) == signed_max_hi in fold_binary()