Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dfold-const.c6553 int ops_unsigned; in fold_single_bit_test() local
6585 ops_unsigned = (LOAD_EXTEND_OP (operand_mode) == SIGN_EXTEND in fold_single_bit_test()
6588 ops_unsigned = 1; in fold_single_bit_test()
6593 intermediate_type = ops_unsigned ? unsigned_type : signed_type; in fold_single_bit_test()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const.c6814 int ops_unsigned; in fold_single_bit_test() local
6844 ops_unsigned = (load_extend_op (operand_mode) == SIGN_EXTEND in fold_single_bit_test()
6849 intermediate_type = ops_unsigned ? unsigned_type : signed_type; in fold_single_bit_test()