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

Method GetLeftExpr

lowlevelilinstruction.cpp:2559–2565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2557
2558
2559LowLevelILInstruction LowLevelILInstruction::GetLeftExpr() const
2560{
2561 size_t operandIndex;
2562 if (GetOperandIndexForUsage(LeftExprLowLevelOperandUsage, operandIndex))
2563 return GetRawOperandAsExpr(operandIndex);
2564 throw LowLevelILInstructionAccessException();
2565}
2566
2567
2568LowLevelILInstruction LowLevelILInstruction::GetRightExpr() const

Callers 13

VisitExprsMethod · 0.45
CopyToMethod · 0.45
AppendComparisonMethod · 0.45
AppendTwoOperandMethod · 0.45
GetExprTextMethod · 0.45
AppendComparisonMethod · 0.45
AppendTwoOperandMethod · 0.45

Tested by

no test coverage detected