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

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c7723 tree and0 = TREE_OPERAND (and, 0), and1 = TREE_OPERAND (and, 1);
7743 && (LOAD_EXTEND_OP (TYPE_MODE (TREE_TYPE (and0)))
7746 tree uns = lang_hooks.types.unsigned_type (TREE_TYPE (and0));
7747 and0 = fold_convert (uns, and0);
7759 fold_convert (type, and0), tem);
7688 tree and0 = TREE_OPERAND (and, 0), and1 = TREE_OPERAND (and, 1); local

Completed in 151 milliseconds