Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c174 static bool check_shift_count(struct expression *expr, struct expression *right) in check_shift_count() function
202 if (!check_shift_count(expr, right)) in simplify_int_binop()
585 check_shift_count(expr, right); in check_assignment()
Dsimplify.c892 static long long check_shift_count(struct instruction *insn, unsigned long long uval) in check_shift_count() function
921 value = check_shift_count(insn, value); in simplify_shift()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst752 * big-shift: move the check into check_shift_count()