Skip to main content

drutil_instr_is_stringop_loop

Function drutil_instr_is_stringop_loop 

Source
pub unsafe extern "C" fn drutil_instr_is_stringop_loop(
    inst: *mut instr_t,
) -> bool_
Expand description

Returns whether the given instr is a stringop loop.

@param[in] inst The instr to inspect.

\return whether given instr is a stringop loop.