Return a begin iterator over the types indexed by GEP GEP.
Declared in <llvm/IR/GetElementPtrTypeIterator.h>
gep_type_iterator
gep_type_begin(User const* GEP);
Begin iterator over the types indexed by GEP.
| Name | Description |
|---|---|
| GEP | GetElementPtr user whose indices are walked. |