Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const.c7890 tree and0 = TREE_OPERAND (and_expr, 0); in fold_unary_loc() local
7910 && (load_extend_op (TYPE_MODE (TREE_TYPE (and0))) in fold_unary_loc()
7913 tree uns = unsigned_type_for (TREE_TYPE (and0)); in fold_unary_loc()
7914 and0 = fold_convert_loc (loc, uns, and0); in fold_unary_loc()
7923 fold_convert_loc (loc, type, and0), tem); in fold_unary_loc()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfold-const.c7970 tree and0 = TREE_OPERAND (and_expr, 0); in fold_unary_loc() local
7991 && (LOAD_EXTEND_OP (TYPE_MODE (TREE_TYPE (and0))) in fold_unary_loc()
7994 tree uns = unsigned_type_for (TREE_TYPE (and0)); in fold_unary_loc()
7995 and0 = fold_convert_loc (loc, uns, and0); in fold_unary_loc()
8005 fold_convert_loc (loc, type, and0), tem); in fold_unary_loc()