Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcalls.c3150 unsigned HOST_WIDE_INT const_low, const_high; in check_sibcall_argument_overlap() local
3171 if (high.is_constant (&const_high)) in check_sibcall_argument_overlap()
3172 for (unsigned HOST_WIDE_INT i = const_low; i < const_high; ++i) in check_sibcall_argument_overlap()