llvm::MCTargetExpr::classof

Return true if E is a target-specific expression.

Synopsis

Declared in <llvm/MC/MCExpr.h>

static
bool
classof(MCExpr const* E);

Return Value

True if E is a target-specific expression.

Parameters

NameDescription
E- Expression to test.