Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c2044 bool use_loop_p = (!cnt.is_constant (&const_cnt) || const_cnt > 4); in expand_vector_ubsan_overflow() local
2065 if (use_loop_p) in expand_vector_ubsan_overflow()
2084 for (unsigned int i = 0; i < (use_loop_p ? 1 : const_cnt); i++) in expand_vector_ubsan_overflow()
2087 if (use_loop_p) in expand_vector_ubsan_overflow()
2127 if (use_loop_p ? integer_zerop (arg0) : integer_zerop (op0)) in expand_vector_ubsan_overflow()
2141 if (use_loop_p) in expand_vector_ubsan_overflow()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.cc2264 bool use_loop_p = (!cnt.is_constant (&const_cnt) || const_cnt > 4); in expand_vector_ubsan_overflow() local
2289 if (use_loop_p) in expand_vector_ubsan_overflow()
2308 for (unsigned int i = 0; i < (use_loop_p ? 1 : const_cnt); i++) in expand_vector_ubsan_overflow()
2311 if (use_loop_p) in expand_vector_ubsan_overflow()
2351 if (use_loop_p ? integer_zerop (arg0) : integer_zerop (op0)) in expand_vector_ubsan_overflow()
2365 if (use_loop_p) in expand_vector_ubsan_overflow()