HomeSort by: relevance | last modified time | path
    Searched defs:align_in_elems (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 1744 poly_uint64 align_in_elems = local
1747 build_int_cst (type, align_in_elems - 1);
1748 tree align_in_elems_tree = build_int_cst (type, align_in_elems);
1750 /* Create: (niters_type) ((align_in_elems - misalign_in_elems)
1751 & (align_in_elems - 1)). */
1763 if (align_in_elems.is_constant (&align_in_elems_c))
tree-vect-loop-manip.cc 1744 poly_uint64 align_in_elems = local
1747 build_int_cst (type, align_in_elems - 1);
1748 tree align_in_elems_tree = build_int_cst (type, align_in_elems);
1750 /* Create: (niters_type) ((align_in_elems - misalign_in_elems)
1751 & (align_in_elems - 1)). */
1763 if (align_in_elems.is_constant (&align_in_elems_c))
tree-vect-loop-manip.cc 1744 poly_uint64 align_in_elems = local
1747 build_int_cst (type, align_in_elems - 1);
1748 tree align_in_elems_tree = build_int_cst (type, align_in_elems);
1750 /* Create: (niters_type) ((align_in_elems - misalign_in_elems)
1751 & (align_in_elems - 1)). */
1763 if (align_in_elems.is_constant (&align_in_elems_c))
tree-vect-loop-manip.cc 1744 poly_uint64 align_in_elems = local
1747 build_int_cst (type, align_in_elems - 1);
1748 tree align_in_elems_tree = build_int_cst (type, align_in_elems);
1750 /* Create: (niters_type) ((align_in_elems - misalign_in_elems)
1751 & (align_in_elems - 1)). */
1763 if (align_in_elems.is_constant (&align_in_elems_c))

Completed in 156 milliseconds