Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c11007 tree fold_expr = fold_builtin_cpu (fndecl, &arg0); in ix86_expand_builtin() local
11008 gcc_assert (fold_expr != NULL_TREE); in ix86_expand_builtin()
11009 return expand_expr (fold_expr, target, mode, EXPAND_NORMAL); in ix86_expand_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc12373 tree fold_expr = fold_builtin_cpu (fndecl, &arg0); in ix86_expand_builtin() local
12374 gcc_assert (fold_expr != NULL_TREE); in ix86_expand_builtin()
12375 return expand_expr (fold_expr, target, mode, EXPAND_NORMAL); in ix86_expand_builtin()