Searched refs:llutype (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-general.cc | 760 tree llutype = long_long_unsigned_type_node; in omp_extract_for_data() local 761 t = fold_convert (llutype, t); in omp_extract_for_data() 783 t2 = fold_convert (llutype, t2); in omp_extract_for_data() 786 t = fold_build2 (MULT_EXPR, llutype, t, in omp_extract_for_data() 788 tree t3 = fold_build2 (MINUS_EXPR, llutype, in omp_extract_for_data() 790 build_one_cst (llutype)); in omp_extract_for_data() 791 t3 = fold_build2 (MULT_EXPR, llutype, t3, in omp_extract_for_data() 793 t3 = fold_build2 (TRUNC_DIV_EXPR, llutype, t3, in omp_extract_for_data() 794 build_int_cst (llutype, 2)); in omp_extract_for_data() 795 t2 = fold_build2 (MULT_EXPR, llutype, t2, t3); in omp_extract_for_data() [all …]
|