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

Method FloatToInt

lowlevelilinstruction.cpp:3648–3651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3646
3647
3648ExprId LowLevelILFunction::FloatToInt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3649{
3650 return AddExprWithLocation(LLIL_FLOAT_TO_INT, loc, size, flags, a);
3651}
3652
3653
3654ExprId LowLevelILFunction::IntToFloat(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected