LLVMStmt Type
Simplified LLVM statement.
Union cases
| Union case |
Description
|
|
|
Full Usage:
Comment string
Parameters:
string
|
A comment line.
|
|
Definition of an identifier.
|
Full Usage:
LMark string
Parameters:
string
|
Label statement.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBranch
Returns: bool
|
|
Full Usage:
this.IsComment
Returns: bool
|
|
Full Usage:
this.IsDef
Returns: bool
|
|
Full Usage:
this.IsLMark
Returns: bool
|
|
Full Usage:
this.IsStore
Returns: bool
|
|
B2R2