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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 813 tree niters_type = TREE_TYPE (niters); local
833 init = build_zero_cst (niters_type);
884 init = build_all_ones_cst (niters_type);
890 init = build_zero_cst (niters_type);
912 loop->nb_iterations = fold_build2 (MINUS_EXPR, niters_type, niters,
913 build_int_cst (niters_type, 1));
917 loop->nb_iterations = fold_build2 (TRUNC_DIV_EXPR, niters_type,
1718 tree niters_type = TREE_TYPE (LOOP_VINFO_NITERS (loop_vinfo));
1733 iters = build_int_cst (niters_type, npeel);
1750 /* Create: (niters_type) ((align_in_elems - misalign_in_elems
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 1241 tree niters_type = TREE_TYPE (niters);
1261 init = build_zero_cst (niters_type);
1312 init = build_all_ones_cst (niters_type);
1318 init = build_zero_cst (niters_type);
1340 loop->nb_iterations = fold_build2 (MINUS_EXPR, niters_type, niters,
1341 build_int_cst (niters_type, 1));
1345 loop->nb_iterations = fold_build2 (TRUNC_DIV_EXPR, niters_type,
2507 tree niters_type = TREE_TYPE (LOOP_VINFO_NITERS (loop_vinfo));
2522 iters = build_int_cst (niters_type, npeel);
2539 /* Create: (niters_type) ((align_in_elems - misalign_in_elems
    [all...]

Completed in 18 milliseconds