Searched refs:use_loop_p (Results 1 – 2 of 2) sorted by relevance
2044 bool use_loop_p = (!cnt.is_constant (&const_cnt) || const_cnt > 4); in expand_vector_ubsan_overflow() local2065 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()
2264 bool use_loop_p = (!cnt.is_constant (&const_cnt) || const_cnt > 4); in expand_vector_ubsan_overflow() local2289 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()