llvm::Type::subtypes

Return an array view of this type's contained subtypes.

Synopsis

Declared in <llvm/IR/Type.h>

ArrayRef<Type*>
subtypes() const;

Return Value

An array view of this type's contained subtypes.