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

Method GetIntrinsic

lowlevelilinstruction.cpp:1195–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193
1194
1195uint32_t LowLevelILOperand::GetIntrinsic() const
1196{
1197 if (m_type != IntrinsicLowLevelOperand)
1198 throw LowLevelILInstructionAccessException();
1199 return m_instr.GetRawOperandAsRegister(m_operandIndex);
1200}
1201
1202
1203SSARegister LowLevelILOperand::GetSSARegister() const

Callers

nothing calls this directly

Tested by

no test coverage detected