llvm::AAInstanceInfo::classof

This function should return true if the type of the AA is AAInstanceInfo

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

static
bool
classof(AbstractAttribute const* AA);

Return Value

True if AA is a AAInstanceInfo.

Parameters

NameDescription
AAThe abstract attribute to inspect.