Searched refs:is_copysign_call_with_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2440 is_copysign_call_with_1 (gimple *call) function
2498 if (!has_single_use (treeop0) || !is_copysign_call_with_1 (call0))
2501 if (!has_single_use (treeop1) || !is_copysign_call_with_1 (call0))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2578 is_copysign_call_with_1 (gimple *call) function
2636 if (!has_single_use (treeop0) || !is_copysign_call_with_1 (call0))
2639 if (!has_single_use (treeop1) || !is_copysign_call_with_1 (call0))

Completed in 115 milliseconds