Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDfold-const.c9652 tree tree110, tree111; in fold_binary_loc() local
9654 tree111 = TREE_OPERAND (tree11, 1); in fold_binary_loc()
9656 STRIP_NOPS (tree111); in fold_binary_loc()
9660 && operand_equal_p (tree01, tree111, 0)) in fold_binary_loc()
9673 tree tree110, tree111; in fold_binary_loc() local
9675 tree111 = TREE_OPERAND (tree11, 1); in fold_binary_loc()
9677 STRIP_NOPS (tree111); in fold_binary_loc()
9679 && TREE_CODE (tree111) == INTEGER_CST in fold_binary_loc()
9680 && compare_tree_int (tree111, in fold_binary_loc()
/dragonfly/contrib/gcc-4.7/gcc/
HDfold-const.c10298 tree tree110, tree111; in fold_binary_loc() local
10300 tree111 = TREE_OPERAND (tree11, 1); in fold_binary_loc()
10302 STRIP_NOPS (tree111); in fold_binary_loc()
10308 && operand_equal_p (tree01, tree111, 0)) in fold_binary_loc()