HomeSort by: relevance | last modified time | path
    Searched refs:this_test_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 706 tree this_test_limit = test_limit; local
709 this_test_limit = gimple_build (preheader_seq, MAX_EXPR,
710 compare_type, this_test_limit,
712 this_test_limit = gimple_build (preheader_seq, MINUS_EXPR,
713 compare_type, this_test_limit,
730 end = this_test_limit;
784 this_test_limit, "next_mask");
790 gimple_seq seq = vect_gen_len (next_ctrl, test_index, this_test_limit,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 577 tree this_test_limit = test_limit; local
580 this_test_limit = gimple_build (preheader_seq, MAX_EXPR,
581 compare_type, this_test_limit,
583 this_test_limit = gimple_build (preheader_seq, MINUS_EXPR,
584 compare_type, this_test_limit,
601 end = this_test_limit;
655 this_test_limit, "next_mask");
661 gimple_seq seq = vect_gen_len (next_ctrl, test_index, this_test_limit,

Completed in 24 milliseconds