Home
last modified time | relevance | path

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

/dragonfly/tools/regression/bin/sh/set-e/
HDand1.01 # $FreeBSD: head/bin/sh/tests/set-e/and1.0 149781 2005-09-04 11:59:59Z stefanf $
/dragonfly/contrib/gcc-8.0/gcc/
HDfold-const.c7891 tree and1 = TREE_OPERAND (and_expr, 1); in fold_unary_loc() local
7898 else if (TYPE_PRECISION (TREE_TYPE (and1)) in fold_unary_loc()
7900 && tree_fits_uhwi_p (and1)) in fold_unary_loc()
7904 cst = tree_to_uhwi (and1); in fold_unary_loc()
7906 << (TYPE_PRECISION (TREE_TYPE (and1)) - 1); in fold_unary_loc()
7915 and1 = fold_convert_loc (loc, uns, and1); in fold_unary_loc()
7920 tem = force_fit_type (type, wi::to_widest (and1), 0, in fold_unary_loc()
7921 TREE_OVERFLOW (and1)); in fold_unary_loc()
/dragonfly/contrib/gcc-4.7/gcc/
HDfold-const.c7971 tree and1 = TREE_OPERAND (and_expr, 1); in fold_unary_loc() local
7978 else if (TYPE_PRECISION (TREE_TYPE (and1)) in fold_unary_loc()
7980 && host_integerp (and1, 1)) in fold_unary_loc()
7984 cst = tree_low_cst (and1, 1); in fold_unary_loc()
7986 << (TYPE_PRECISION (TREE_TYPE (and1)) - 1); in fold_unary_loc()
7996 and1 = fold_convert_loc (loc, uns, and1); in fold_unary_loc()
8002 tem = force_fit_type_double (type, tree_to_double_int (and1), in fold_unary_loc()
8003 0, TREE_OVERFLOW (and1)); in fold_unary_loc()