| 3233 | |
| 3234 | |
| 3235 | ExprId LowLevelILFunction::Mult(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3236 | { |
| 3237 | return AddExprWithLocation(LLIL_MUL, loc, size, flags, a, b); |
| 3238 | } |
| 3239 | |
| 3240 | |
| 3241 | ExprId LowLevelILFunction::MultDoublePrecUnsigned( |
no outgoing calls
no test coverage detected