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

Method GetLeftExpr

mediumlevelilinstruction.cpp:2020–2026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2018
2019
2020MediumLevelILInstruction MediumLevelILInstruction::GetLeftExpr() const
2021{
2022 size_t operandIndex;
2023 if (GetOperandIndexForUsage(LeftExprMediumLevelOperandUsage, operandIndex))
2024 return GetRawOperandAsExpr(operandIndex);
2025 throw MediumLevelILInstructionAccessException();
2026}
2027
2028
2029MediumLevelILInstruction MediumLevelILInstruction::GetRightExpr() const

Callers 2

VisitExprsMethod · 0.45
CopyToMethod · 0.45

Tested by

no test coverage detected