Return a begin iterator over the types indexed by GEP GEP.

Synopsis

Declared in <llvm/IR/GetElementPtrTypeIterator.h>

gep_type_iterator
gep_type_begin(User const& GEP);

Return Value

Begin iterator over the types indexed by GEP.

Parameters

Name

Description

GEP

GetElementPtr user whose indices are walked.

Created with MrDocs