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

  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.cc 2258 [min2 + low_offset2, min2 + high_offset2 + idx_access2 - 1]
2267 min1 + low_offset1 <= min2 + high_offset2 + idx_access2 - 1
2274 where bias = high_offset2 + idx_access2 - 1 - low_offset1
2276 + (high_offset2 - low_offset2 + idx_access2 - 1)
2327 poly_offset_int high_offset2 = neg_step || waw_or_war_p ? 0 : idx_len2;
2328 poly_offset_int bias = high_offset2 + idx_access2 - 1 - low_offset1;
2326 poly_offset_int high_offset2 = neg_step || waw_or_war_p ? 0 : idx_len2; variable
  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.cc 2245 [min2 + low_offset2, min2 + high_offset2 + idx_access2 - 1]
2254 min1 + low_offset1 <= min2 + high_offset2 + idx_access2 - 1
2261 where bias = high_offset2 + idx_access2 - 1 - low_offset1
2263 + (high_offset2 - low_offset2 + idx_access2 - 1)
2314 poly_offset_int high_offset2 = neg_step || waw_or_war_p ? 0 : idx_len2;
2315 poly_offset_int bias = high_offset2 + idx_access2 - 1 - low_offset1;
2313 poly_offset_int high_offset2 = neg_step || waw_or_war_p ? 0 : idx_len2; variable

Completed in 48 milliseconds