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

Method GetRightExpr

lowlevelilinstruction.cpp:2568–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2566
2567
2568LowLevelILInstruction LowLevelILInstruction::GetRightExpr() const
2569{
2570 size_t operandIndex;
2571 if (GetOperandIndexForUsage(RightExprLowLevelOperandUsage, operandIndex))
2572 return GetRawOperandAsExpr(operandIndex);
2573 throw LowLevelILInstructionAccessException();
2574}
2575
2576
2577LowLevelILInstruction LowLevelILInstruction::GetCarryExpr() 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