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

Method DivSigned

lowlevelilinstruction.cpp:3268–3271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3266
3267
3268ExprId LowLevelILFunction::DivSigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3269{
3270 return AddExprWithLocation(LLIL_DIVS, loc, size, flags, a, b);
3271}
3272
3273
3274ExprId LowLevelILFunction::DivDoublePrecSigned(

Callers 5

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected