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

Method VarPhi

highlevelilinstruction.cpp:2716–2721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2714
2715
2716ExprId HighLevelILFunction::VarPhi(
2717 const SSAVariable& dest, const vector<SSAVariable>& sources, const ILSourceLocation& loc)
2718{
2719 return AddExprWithLocation(
2720 HLIL_VAR_PHI, loc, 0, dest.var.ToIdentifier(), dest.version, sources.size() * 2, AddSSAVariableList(sources));
2721}
2722
2723
2724ExprId HighLevelILFunction::MemPhi(size_t dest, const vector<size_t>& sources, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 2

ToIdentifierMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected