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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 487 /* NEGATE_EXPR and MULT_EXPR are both vect_step_op_mul. */
489 STMT_VINFO_LOOP_PHI_EVOLUTION_TYPE (stmt_info) = vect_step_op_mul;
9427 case vect_step_op_mul:
9506 case vect_step_op_mul:
9541 if (induction_type == vect_step_op_mul)
9588 case vect_step_op_mul:
9750 case vect_step_op_mul:
tree-vectorizer.h 77 vect_step_op_mul, enumerator in enum:vect_induction_op_type
tree-vect-loop-manip.cc 2153 if (induction_type == vect_step_op_mul)

Completed in 30 milliseconds