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

Method GetRightExpr

highlevelilinstruction.cpp:2227–2233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2225
2226
2227HighLevelILInstruction HighLevelILInstruction::GetRightExpr() const
2228{
2229 size_t operandIndex;
2230 if (GetOperandIndexForUsage(RightExprHighLevelOperandUsage, operandIndex))
2231 return GetRawOperandAsExpr(operandIndex);
2232 throw HighLevelILInstructionAccessException();
2233}
2234
2235
2236HighLevelILInstruction HighLevelILInstruction::GetCarryExpr() const

Callers 3

CollectSubExprsMethod · 0.45
CopyToMethod · 0.45
operator<Method · 0.45

Tested by

no test coverage detected