Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c544 = !(HONOR_SIGNED_ZEROS (op0) && real_maybe_zerop (op0)) in record_edge_info()
568 = !(HONOR_SIGNED_ZEROS (op1) && real_maybe_zerop (op1)) in record_edge_info()
H A Dtree.c2933 real_maybe_zerop (const_tree expr) in real_maybe_zerop() function
2943 return (real_maybe_zerop (TREE_REALPART (expr)) in real_maybe_zerop()
2944 || real_maybe_zerop (TREE_IMAGPART (expr))); in real_maybe_zerop()
2949 if (real_maybe_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_maybe_zerop()
H A Dtree.h5219 extern bool real_maybe_zerop (const_tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc544 = !(HONOR_SIGNED_ZEROS (op0) && real_maybe_zerop (op0)) in record_edge_info()
568 = !(HONOR_SIGNED_ZEROS (op1) && real_maybe_zerop (op1)) in record_edge_info()
H A Dtree.cc3202 real_maybe_zerop (const_tree expr) in real_maybe_zerop() function
3212 return (real_maybe_zerop (TREE_REALPART (expr)) in real_maybe_zerop()
3213 || real_maybe_zerop (TREE_IMAGPART (expr))); in real_maybe_zerop()
3218 if (real_maybe_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_maybe_zerop()
H A Dtree.h5402 extern bool real_maybe_zerop (const_tree);
H A DChangeLog4203 * tree.h (real_maybe_zerop): Declare.
4204 * tree.cc (real_maybe_zerop): Define.