This patch introduces the deduction based on load/store instructions whose pointer operand is a non-inbounds GEP instruction.
For example if we have,
void f(int *u){ u[0] = 0; u[1] = 1; u[2] = 2; }
then u must be dereferenceable(12).
This patch is inspired by D64258
Could we do uint64_t?