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

Method IntToFloat

lowlevelilinstruction.cpp:3654–3657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3652
3653
3654ExprId LowLevelILFunction::IntToFloat(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3655{
3656 return AddExprWithLocation(LLIL_INT_TO_FLOAT, loc, size, flags, a);
3657}
3658
3659
3660ExprId LowLevelILFunction::FloatConvert(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Calls

no outgoing calls

Tested by

no test coverage detected