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

Method GetRawOperandAsPossibleValueSet

mediumlevelilinstruction.cpp:1043–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041
1042
1043PossibleValueSet MediumLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const
1044{
1045 return function->GetCachedPossibleValueSet(operands[operand]);
1046}
1047
1048
1049void MediumLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected