Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dfold-const.c7688 tree and0 = TREE_OPERAND (and, 0), and1 = TREE_OPERAND (and, 1); in fold_unary() local
7708 && (LOAD_EXTEND_OP (TYPE_MODE (TREE_TYPE (and0))) in fold_unary()
7711 tree uns = lang_hooks.types.unsigned_type (TREE_TYPE (and0)); in fold_unary()
7712 and0 = fold_convert (uns, and0); in fold_unary()
7724 fold_convert (type, and0), tem); in fold_unary()