Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsimplify.c1591 static int is_in_range(pseudo_t src, long long low, long long high) in is_in_range() function
1613 if (is_in_range(src1, src2->value, src3->value)) { in simplify_range()