llvm::AAValueSimplify::classof

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

Synopsis

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

static
bool
classof(AbstractAttribute const* AA);

Return Value

True if AA is a AAValueSimplify.

Parameters

NameDescription
AAThe abstract attribute to inspect.