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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 2575 tree stopvalull = fold_convert (ulltype, stopval); local
2576 stopvalull
2577 = force_gimple_operand_gsi (gsi, stopvalull, true, NULL_TREE,
2602 stopvalull);
2679 cond_stmt = gimple_build_cond (GE_EXPR, stopvalull, d,
2690 cond_stmt = gimple_build_cond (GE_EXPR, stopvalull, t,
2704 t2 = fold_build2 (MINUS_EXPR, ulltype, stopvalull, d);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 2577 tree stopvalull = fold_convert (ulltype, stopval); local
2578 stopvalull
2579 = force_gimple_operand_gsi (gsi, stopvalull, true, NULL_TREE,
2604 stopvalull);
2681 cond_stmt = gimple_build_cond (GE_EXPR, stopvalull, d,
2692 cond_stmt = gimple_build_cond (GE_EXPR, stopvalull, t,
2706 t2 = fold_build2 (MINUS_EXPR, ulltype, stopvalull, d);

Completed in 60 milliseconds