This function should return true if the type of the AA is AAInstanceInfo
Declared in <llvm/Transforms/IPO/Attributor.h>
static
bool
classof(AbstractAttribute const* AA);
True if AA is a AAInstanceInfo.
| Name | Description |
|---|---|
| AA | The abstract attribute to inspect. |