Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcombine.c10505 scalar_int_mode tmode, inner_mode, int_mode, int_varop_mode, int_result_mode; in simplify_shift_const_1() local
10678 int_varop_mode = as_a <scalar_int_mode> (GET_MODE (varop)); in simplify_shift_const_1()
10685 && GET_MODE_SIZE (inner_mode) > GET_MODE_SIZE (int_varop_mode) in simplify_shift_const_1()
10688 && GET_MODE_CLASS (int_varop_mode) == MODE_INT) in simplify_shift_const_1()
10747 int_varop_mode = as_a <scalar_int_mode> (GET_MODE (varop)); in simplify_shift_const_1()
10754 && INTVAL (XEXP (varop, 1)) < GET_MODE_PRECISION (int_varop_mode) in simplify_shift_const_1()
10772 - GET_MODE_PRECISION (int_varop_mode))) in simplify_shift_const_1()
10796 && int_varop_mode == shift_unit_mode in simplify_shift_const_1()
10828 if (int_varop_mode != int_result_mode in simplify_shift_const_1()
10841 || (int_varop_mode != int_result_mode in simplify_shift_const_1()
[all …]