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

Method FloatConvert

lowlevelilinstruction.cpp:3660–3663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3658
3659
3660ExprId LowLevelILFunction::FloatConvert(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3661{
3662 return AddExprWithLocation(LLIL_FLOAT_CONV, loc, size, flags, a);
3663}
3664
3665
3666ExprId LowLevelILFunction::RoundToInt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 8

GetFloatFunction · 0.45
ReadFloatILOperandFunction · 0.45
loadstoreppcfsFunction · 0.45
il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected