Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-loop-manip.c698 tree test_mask = NULL_TREE; in vect_set_loop_condition_masked() local
726 test_mask = vect_set_loop_masks_directly (loop, loop_vinfo, in vect_set_loop_condition_masked()
740 tree zero_mask = build_zero_cst (TREE_TYPE (test_mask)); in vect_set_loop_condition_masked()
741 gcond *cond_stmt = gimple_build_cond (code, test_mask, zero_mask, in vect_set_loop_condition_masked()