AAPointerInfo currently bails on constant expression GEPs with notional overindexing. I don't think this is really relevant for this analysis and it should just check for constant indices instead. (Note that it would be fine to not check that either, as there are additional GEPOperator checks below that.)
After D117201, this is the last usage of isGEPWithNoNotionalOverIndexing() and I'd like to get rid of it.
dyn_cast? I agree we can drop the indices check. We need to verify it's a GEP though, at least given the code as it is.