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

Method GetIntrinsic

highlevelilinstruction.cpp:543–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542
543uint32_t HighLevelILOperand::GetIntrinsic() const
544{
545 if (m_type != IntrinsicHighLevelOperand)
546 throw HighLevelILInstructionAccessException();
547 return (uint32_t)m_instr.GetRawOperandAsInteger(m_operandIndex);
548}
549
550
551HighLevelILInstruction HighLevelILOperand::GetExpr() const

Callers

nothing calls this directly

Tested by

no test coverage detected