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

Method Mult

lowlevelilinstruction.cpp:3235–3238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3233
3234
3235ExprId 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
3241ExprId LowLevelILFunction::MultDoublePrecUnsigned(

Callers 6

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected