Header menu logo B2R2

LLVMStmt Module

Functions and values

Function or value Description

mkBinop id op sz lhs rhs

Full Usage: mkBinop id op sz lhs rhs

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
op : string
sz : string
lhs : LLVMExpr
rhs : LLVMExpr
Returns: LLVMStmt

mkBitcast id expr typ

Full Usage: mkBitcast id expr typ

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
expr : LLVMExpr
typ : string
Returns: LLVMStmt

mkCast id op fromSz e toSz

Full Usage: mkCast id op fromSz e toSz

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
op : string
fromSz : string
e : LLVMExpr
toSz : string
Returns: LLVMStmt

mkGetElementPtr id ptr offset

Full Usage: mkGetElementPtr id ptr offset

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
ptr : LLVMIdentifier
offset : int
Returns: LLVMStmt

mkIcmp id op sz lhs rhs

Full Usage: mkIcmp id op sz lhs rhs

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
op : string
sz : string
lhs : LLVMExpr
rhs : LLVMExpr
Returns: LLVMStmt

mkIntToPtr id itype expr ptyp

Full Usage: mkIntToPtr id itype expr ptyp

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
itype : string
expr : LLVMExpr
ptyp : string
Returns: LLVMStmt

mkLoad id addr comment

Full Usage: mkLoad id addr comment

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
addr : LLVMIdentifier
comment : string option
Returns: LLVMStmt

mkSelect id cond typ t f

Full Usage: mkSelect id cond typ t f

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
cond : LLVMExpr
typ : string
t : LLVMExpr
f : LLVMExpr
Returns: LLVMStmt

mkStore v addr align comment

Full Usage: mkStore v addr align comment

Parameters:
Returns: LLVMStmt
v : LLVMExpr
addr : LLVMIdentifier
align : string option
comment : string option
Returns: LLVMStmt

mkTrunc id expr typ

Full Usage: mkTrunc id expr typ

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
expr : LLVMExpr
typ : string
Returns: LLVMStmt

mkZExt id expr typ

Full Usage: mkZExt id expr typ

Parameters:
Returns: LLVMStmt
id : LLVMIdentifier
expr : LLVMExpr
typ : string
Returns: LLVMStmt

Type something to start searching.