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

Method GetIntrinsic

mediumlevelilinstruction.cpp:764–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762
763
764uint32_t MediumLevelILOperand::GetIntrinsic() const
765{
766 if (m_type != IntrinsicMediumLevelOperand)
767 throw MediumLevelILInstructionAccessException();
768 return (uint32_t)m_instr.GetRawOperandAsInteger(m_operandIndex);
769}
770
771
772MediumLevelILInstruction MediumLevelILOperand::GetExpr() const

Callers

nothing calls this directly

Tested by

no test coverage detected