> HOST_WIDE_INT is the wide integer type used throughout the compiler.
I haven't looked at the definition. Is it guaranteed to hold all target integer sizes? No. How does this work for 32-bit hosts and 64-bit targets? Often we use "long long" for HOST_WIDE_INT, but in other cases, the answer is "not as well as we might like".