Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c7640 tree len3_tree = is_ncmp ? CALL_EXPR_ARG (exp, 2) : NULL_TREE; in inline_expand_builtin_bytecmp() local
7659 if (!tree_fits_uhwi_p (len3_tree)) in inline_expand_builtin_bytecmp()
7662 len3 = tree_to_uhwi (len3_tree); in inline_expand_builtin_bytecmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc6878 tree len3_tree = is_ncmp ? CALL_EXPR_ARG (exp, 2) : NULL_TREE; in inline_expand_builtin_bytecmp() local
6897 if (!tree_fits_uhwi_p (len3_tree)) in inline_expand_builtin_bytecmp()
6900 len3 = tree_to_uhwi (len3_tree); in inline_expand_builtin_bytecmp()