Searched refs:temp_trunc (Results 1 – 2 of 2) sorted by relevance
2101 double_int temp, temp_trunc; in fold_convert_const_int_from_fixed() local2114 temp_trunc = temp.lshift (GET_MODE_FBIT (mode), in fold_convert_const_int_from_fixed()2121 temp_trunc = double_int_zero; in fold_convert_const_int_from_fixed()2127 && temp_trunc.is_negative () in fold_convert_const_int_from_fixed()2128 && TREE_FIXED_CST (arg1).data != temp_trunc) in fold_convert_const_int_from_fixed()
2106 double_int temp, temp_trunc; in fold_convert_const_int_from_fixed() local2119 temp_trunc = temp.lshift (GET_MODE_FBIT (mode), in fold_convert_const_int_from_fixed()2126 temp_trunc = double_int_zero; in fold_convert_const_int_from_fixed()2132 && temp_trunc.is_negative () in fold_convert_const_int_from_fixed()2133 && TREE_FIXED_CST (arg1).data != temp_trunc) in fold_convert_const_int_from_fixed()