Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfold-const.c10956 int is_positive; in fold_binary() local
10959 is_positive = REAL_VALUE_NEGATIVE (TREE_REAL_CST (arg01)) ? -1 : 1; in fold_binary()
10961 is_positive = tree_int_cst_sgn (arg01); in fold_binary()
10965 && ((code0 == MINUS_EXPR && is_positive >= 0) in fold_binary()
10966 || (code0 == PLUS_EXPR && is_positive <= 0))) in fold_binary()
10979 && ((code0 == PLUS_EXPR && is_positive >= 0) in fold_binary()
10980 || (code0 == MINUS_EXPR && is_positive <= 0))) in fold_binary()
10994 && ((code0 == MINUS_EXPR && is_positive >= 0) in fold_binary()
10995 || (code0 == PLUS_EXPR && is_positive <= 0))) in fold_binary()
11009 && ((code0 == PLUS_EXPR && is_positive >= 0) in fold_binary()
[all …]