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

Method IntrinsicSSA

lowlevelilinstruction.cpp:3530–3535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3528
3529
3530ExprId LowLevelILFunction::IntrinsicSSA(const vector<SSARegisterOrFlag>& outputs, uint32_t intrinsic,
3531 const vector<ExprId>& params, const ILSourceLocation& loc)
3532{
3533 return AddExprWithLocation(LLIL_INTRINSIC_SSA, loc, 0, 0, outputs.size() * 2, AddSSARegisterOrFlagList(outputs),
3534 intrinsic, AddExprWithLocation(LLIL_CALL_PARAM, loc, 0, 0, params.size(), AddOperandList(params)));
3535}
3536
3537
3538ExprId LowLevelILFunction::MemoryIntrinsicSSA(const vector<SSARegisterOrFlag>& outputs, uint32_t intrinsic, const vector<ExprId>& params,

Callers 1

CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected