Return true if the type is an aggregate type.
Synopsis
Declared in <llvm/IR/Type.h>
bool
isAggregateType() const;
Description
This means it is valid as the first operand of an insertvalue or extractvalue instruction. This includes struct and array types, but does not include vector types.
Return Value
true if this is an aggregate type.
Created with MrDocs