Header menu logo B2R2

LLVMExpr Type

Simplified LLVM expression.

Union cases

Union case Description

ExprList LLVMExpr list

Full Usage: ExprList LLVMExpr list

Parameters:

Comma-separated list of expressions.

Item : LLVMExpr list

Ident LLVMIdentifier

Full Usage: Ident LLVMIdentifier

Parameters:

Identifier.

Item : LLVMIdentifier

Label string

Full Usage: Label string

Parameters:
    Item : string

Label expression used in a branch.

Item : string

Number(uint64, typ)

Full Usage: Number(uint64, typ)

Parameters:
    Item1 : uint64
    typ : string

Number.

Item1 : uint64
typ : string

Opcode string

Full Usage: Opcode string

Parameters:
    Item : string

LLVM instruction.

Item : string

PhiNode(id, lbl)

Full Usage: PhiNode(id, lbl)

Parameters:

Phi expression in square brackets, e.g., [ %1, %2 ].

id : LLVMExpr
lbl : LLVMExpr

Token string

Full Usage: Token string

Parameters:
    Item : string

All the rest become a string chunk to make things simple. This includes type strings, space characters, and all the other tokens.

Item : string

TypedExpr(string, LLVMExpr)

Full Usage: TypedExpr(string, LLVMExpr)

Parameters:

LLVM expression prefixed with a type.

Item1 : string
Item2 : LLVMExpr

Instance members

Instance member Description

this.IsExprList

Full Usage: this.IsExprList

Returns: bool
Returns: bool

this.IsIdent

Full Usage: this.IsIdent

Returns: bool
Returns: bool

this.IsLabel

Full Usage: this.IsLabel

Returns: bool
Returns: bool

this.IsNumber

Full Usage: this.IsNumber

Returns: bool
Returns: bool

this.IsOpcode

Full Usage: this.IsOpcode

Returns: bool
Returns: bool

this.IsPhiNode

Full Usage: this.IsPhiNode

Returns: bool
Returns: bool

this.IsToken

Full Usage: this.IsToken

Returns: bool
Returns: bool

this.IsTypedExpr

Full Usage: this.IsTypedExpr

Returns: bool
Returns: bool

Type something to start searching.