Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfold-const.c8777 tree tree01 = TREE_OPERAND (arg0, 1); in fold_binary() local
8778 if (TREE_CODE (tree01) == MULT_EXPR in fold_binary()
8782 tree0 = fold_build2 (PLUS_EXPR, type, tree01, arg1); in fold_binary()
8803 tree tree01, tree11; in fold_binary() local
8806 tree01 = TREE_OPERAND (arg0, 1); in fold_binary()
8808 STRIP_NOPS (tree01); in fold_binary()
8810 code01 = TREE_CODE (tree01); in fold_binary()
8814 && TREE_INT_CST_HIGH (tree01) == 0 in fold_binary()
8816 && ((TREE_INT_CST_LOW (tree01) + TREE_INT_CST_LOW (tree11)) in fold_binary()
8819 code0 == LSHIFT_EXPR ? tree01 : tree11); in fold_binary()
[all …]