Return the element type of this array type.

Synopsis

Declared in <llvm/IR/Type.h>

Type*
getArrayElementType() const;

Return Value

The element type of this array type.

Created with MrDocs