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

Method GetRawOperandAsPossibleValueSet

lowlevelilinstruction.cpp:1554–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552
1553
1554PossibleValueSet LowLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const
1555{
1556 return function->GetCachedPossibleValueSet(operands[operand]);
1557}
1558
1559
1560void LowLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected