https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103855
--- Comment #6 from Zhao Wei Liew <zhaoweiliew at gmail dot com> --- I see that the vect_get_range_info(tree, wide_int*, wide_int*) function returns the range of a tree type, but in expand_divmod(), the operands are of rtx type. Is there still a way to extract the range information from an rtx type?