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

Method FloatDiv

lowlevelilinstruction.cpp:3624–3627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3622
3623
3624ExprId LowLevelILFunction::FloatDiv(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3625{
3626 return AddExprWithLocation(LLIL_FDIV, loc, size, flags, a, b);
3627}
3628
3629
3630ExprId LowLevelILFunction::FloatSqrt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 6

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected