| 3259 | |
| 3260 | |
| 3261 | ExprId LowLevelILFunction::DivDoublePrecUnsigned( |
| 3262 | size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3263 | { |
| 3264 | return AddExprWithLocation(LLIL_DIVU_DP, loc, size, flags, a, b); |
| 3265 | } |
| 3266 | |
| 3267 | |
| 3268 | ExprId LowLevelILFunction::DivSigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected