MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / SetVarSSASplit

Method SetVarSSASplit

mediumlevelilinstruction.cpp:2306–2311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304
2305
2306ExprId MediumLevelILFunction::SetVarSSASplit(
2307 size_t size, const SSAVariable& high, const SSAVariable& low, ExprId src, const ILSourceLocation& loc)
2308{
2309 return AddExprWithLocation(MLIL_SET_VAR_SPLIT_SSA, loc, size, high.var.ToIdentifier(), high.version,
2310 low.var.ToIdentifier(), low.version, src);
2311}
2312
2313
2314ExprId MediumLevelILFunction::SetVarAliased(size_t size, const Variable& dest, size_t newMemVersion,

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected