Return the end iterator for types indexed by GEP GEP.

Synopsis

Declared in <llvm/IR/GetElementPtrTypeIterator.h>

gep_type_iterator
gep_type_end(User const* GEP);

Return Value

End iterator past the types indexed by GEP.

Parameters

Name

Description

GEP

GetElementPtr user whose indices are walked.

Created with MrDocs