LLVMExpr Type
Simplified LLVM expression.
Union cases
Union case | Description |
|
|
|
|
Full Usage:
Label string
Parameters:
string
|
|
Full Usage:
Number(uint64, typ)
Parameters:
uint64
typ : string
|
|
Full Usage:
Opcode string
Parameters:
string
|
|
|
|
Full Usage:
Token string
Parameters:
string
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsExprList
Returns: bool
|
|
Full Usage:
this.IsIdent
Returns: bool
|
|
Full Usage:
this.IsLabel
Returns: bool
|
|
Full Usage:
this.IsNumber
Returns: bool
|
|
Full Usage:
this.IsOpcode
Returns: bool
|
|
Full Usage:
this.IsPhiNode
Returns: bool
|
|
Full Usage:
this.IsToken
Returns: bool
|
|
Full Usage:
this.IsTypedExpr
Returns: bool
|
|