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

Method GetCarryExpr

lowlevelilinstruction.cpp:2577–2583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2575
2576
2577LowLevelILInstruction LowLevelILInstruction::GetCarryExpr() const
2578{
2579 size_t operandIndex;
2580 if (GetOperandIndexForUsage(CarryExprLowLevelOperandUsage, operandIndex))
2581 return GetRawOperandAsExpr(operandIndex);
2582 throw LowLevelILInstructionAccessException();
2583}
2584
2585
2586LowLevelILInstruction LowLevelILInstruction::GetConditionExpr() const

Callers 4

VisitExprsMethod · 0.45
CopyToMethod · 0.45

Tested by

no test coverage detected