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

Method DivUnsigned

lowlevelilinstruction.cpp:3255–3258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3253
3254
3255ExprId LowLevelILFunction::DivUnsigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3256{
3257 return AddExprWithLocation(LLIL_DIVU, loc, size, flags, a, b);
3258}
3259
3260
3261ExprId LowLevelILFunction::DivDoublePrecUnsigned(

Callers 5

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected