Home
last modified time | relevance | path

Searched refs:before_strlen (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDbuiltins.c2643 rtx result, src_reg, char_rtx, before_strlen; in expand_builtin_strlen() local
2698 before_strlen = get_last_insn (); in expand_builtin_strlen()
2720 if (before_strlen) in expand_builtin_strlen()
2721 emit_insn_after (pat, before_strlen); in expand_builtin_strlen()