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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 976 tree niter_type = unsigned_type_for (type); local
990 s = fold_convert (niter_type,
992 c = fold_build2 (MINUS_EXPR, niter_type,
993 fold_convert (niter_type, iv->base),
994 fold_convert (niter_type, final));
999 s = fold_convert (niter_type, iv->step);
1000 c = fold_build2 (MINUS_EXPR, niter_type,
1001 fold_convert (niter_type, final),
1002 fold_convert (niter_type, iv->base));
1008 niter->max = widest_int::from (wi::from_mpz (niter_type, max, false)
1153 tree niter_type = TREE_TYPE (step); local
1250 tree niter_type = TREE_TYPE (step); local
1443 tree niter_type = unsigned_type_for (type); local
1578 tree niter_type = unsigned_type_for (type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 988 tree niter_type = unsigned_type_for (type); local
1003 s = fold_convert (niter_type,
1005 c = fold_build2 (MINUS_EXPR, niter_type,
1006 fold_convert (niter_type, iv->base),
1007 fold_convert (niter_type, final));
1012 s = fold_convert (niter_type, iv->step);
1013 c = fold_build2 (MINUS_EXPR, niter_type,
1014 fold_convert (niter_type, final),
1015 fold_convert (niter_type, iv->base));
1021 niter->max = widest_int::from (wi::from_mpz (niter_type, max, false)
1167 tree niter_type = TREE_TYPE (step); local
1268 tree niter_type = TREE_TYPE (step); local
1461 tree niter_type = unsigned_type_for (type); local
1596 tree niter_type = unsigned_type_for (type); local
    [all...]

Completed in 49 milliseconds