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

Method GetTopSSARegister

lowlevelilinstruction.cpp:2550–2556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2548
2549
2550SSARegister LowLevelILInstruction::GetTopSSARegister() const
2551{
2552 size_t operandIndex;
2553 if (GetOperandIndexForUsage(TopSSARegisterLowLevelOperandUsage, operandIndex))
2554 return GetRawOperandAsExpr(operandIndex).GetRawOperandAsSSARegister(0);
2555 throw LowLevelILInstructionAccessException();
2556}
2557
2558
2559LowLevelILInstruction LowLevelILInstruction::GetLeftExpr() const

Callers

nothing calls this directly

Tested by

no test coverage detected