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

Method GetRawOperandAsPossibleValueSet

highlevelilinstruction.cpp:787–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785
786
787PossibleValueSet HighLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const
788{
789 return function->GetCachedPossibleValueSet(operands[operand]);
790}
791
792
793void HighLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected