Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const.c7889 tree and_expr = op0; in fold_unary_loc() local
7890 tree and0 = TREE_OPERAND (and_expr, 0); in fold_unary_loc()
7891 tree and1 = TREE_OPERAND (and_expr, 1); in fold_unary_loc()
7894 if (TYPE_UNSIGNED (TREE_TYPE (and_expr)) in fold_unary_loc()
7896 <= TYPE_PRECISION (TREE_TYPE (and_expr)))) in fold_unary_loc()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfold-const.c7969 tree and_expr = op0; in fold_unary_loc() local
7970 tree and0 = TREE_OPERAND (and_expr, 0); in fold_unary_loc()
7971 tree and1 = TREE_OPERAND (and_expr, 1); in fold_unary_loc()
7974 if (TYPE_UNSIGNED (TREE_TYPE (and_expr)) in fold_unary_loc()
7976 <= TYPE_PRECISION (TREE_TYPE (and_expr)))) in fold_unary_loc()