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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 1661 tree unitpos;
1697 unitpos = size_int (exact_div (bitpos, BITS_PER_UNIT));
1698 chrec3 = analyze_scalar_evolution (loop, unitpos);
1699 chrec3 = chrec_convert (TREE_TYPE (unitpos), chrec3, at_stmt);
1657 tree unitpos; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 1660 tree unitpos;
1696 unitpos = size_int (exact_div (bitpos, BITS_PER_UNIT));
1697 chrec3 = analyze_scalar_evolution (loop, unitpos);
1698 chrec3 = chrec_convert (TREE_TYPE (unitpos), chrec3, at_stmt);
1656 tree unitpos; local

Completed in 45 milliseconds