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

Method GetCarryExpr

highlevelilinstruction.cpp:2236–2242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2234
2235
2236HighLevelILInstruction HighLevelILInstruction::GetCarryExpr() const
2237{
2238 size_t operandIndex;
2239 if (GetOperandIndexForUsage(CarryExprHighLevelOperandUsage, operandIndex))
2240 return GetRawOperandAsExpr(operandIndex);
2241 throw HighLevelILInstructionAccessException();
2242}
2243
2244
2245HighLevelILInstruction HighLevelILInstruction::GetIndexExpr() const

Callers 3

CollectSubExprsMethod · 0.45
CopyToMethod · 0.45
operator<Method · 0.45

Tested by

no test coverage detected