| 3253 | |
| 3254 | |
| 3255 | ExprId 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 | |
| 3261 | ExprId LowLevelILFunction::DivDoublePrecUnsigned( |
no outgoing calls
no test coverage detected