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

Method GetLeftExpr

highlevelilinstruction.cpp:2218–2224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2216
2217
2218HighLevelILInstruction HighLevelILInstruction::GetLeftExpr() const
2219{
2220 size_t operandIndex;
2221 if (GetOperandIndexForUsage(LeftExprHighLevelOperandUsage, operandIndex))
2222 return GetRawOperandAsExpr(operandIndex);
2223 throw HighLevelILInstructionAccessException();
2224}
2225
2226
2227HighLevelILInstruction HighLevelILInstruction::GetRightExpr() const

Callers 3

CollectSubExprsMethod · 0.45
CopyToMethod · 0.45
operator<Method · 0.45

Tested by

no test coverage detected