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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 471 STMT_VINFO_LOOP_PHI_EVOLUTION_TYPE (stmt_info) = vect_step_op_neg;
9399 case vect_step_op_neg:
9476 case vect_step_op_neg:
9551 else if (induction_type == vect_step_op_neg)
9567 if (induction_type == vect_step_op_neg)
9611 case vect_step_op_neg:
9725 case vect_step_op_neg:
9802 if (induction_type == vect_step_op_neg)
tree-vectorizer.h 76 vect_step_op_neg, enumerator in enum:vect_induction_op_type
tree-vect-loop-manip.cc 2141 && induction_type != vect_step_op_neg))
2386 else if (induction_type == vect_step_op_neg)

Completed in 31 milliseconds