Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c566 gcall *sqrt_stmt in optimize_recip_sqrt() local
569 if (!sqrt_stmt || !gimple_call_lhs (sqrt_stmt)) in optimize_recip_sqrt()
572 switch (gimple_call_combined_fn (sqrt_stmt)) in optimize_recip_sqrt()
581 tree a = gimple_call_arg (sqrt_stmt, 0); in optimize_recip_sqrt()
630 print_gimple_stmt (dump_file, sqrt_stmt, 0, TDF_NONE); in optimize_recip_sqrt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc587 gcall *sqrt_stmt in optimize_recip_sqrt() local
590 if (!sqrt_stmt || !gimple_call_lhs (sqrt_stmt)) in optimize_recip_sqrt()
593 switch (gimple_call_combined_fn (sqrt_stmt)) in optimize_recip_sqrt()
602 tree a = gimple_call_arg (sqrt_stmt, 0); in optimize_recip_sqrt()
651 print_gimple_stmt (dump_file, sqrt_stmt, 0, TDF_NONE); in optimize_recip_sqrt()