Return true if E is a binary expression.
Synopsis
Declared in <llvm/MC/MCExpr.h>
static
bool
classof(MCExpr const* E);
Return Value
True if E is a binary expression.
Parameters
Name |
Description |
E |
‐ Expression to test. |
Created with MrDocs