Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c183 static bool check_shift_count(struct expression *expr, struct expression *right) in check_shift_count() function
213 if (!check_shift_count(expr, right)) in simplify_int_binop()
596 check_shift_count(expr, right); in check_assignment()
H A Dsimplify.c752 static long long check_shift_count(struct instruction *insn, unsigned long long uval) in check_shift_count() function
791 value = check_shift_count(insn, value); in simplify_shift()