Searched refs:check_shift_count (Results 1 – 3 of 3) sorted by relevance
174 static bool check_shift_count(struct expression *expr, struct expression *right) in check_shift_count() function202 if (!check_shift_count(expr, right)) in simplify_int_binop()585 check_shift_count(expr, right); in check_assignment()
892 static long long check_shift_count(struct instruction *insn, unsigned long long uval) in check_shift_count() function921 value = check_shift_count(insn, value); in simplify_shift()
752 * big-shift: move the check into check_shift_count()