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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 120 mpz_t offc0, offc1; local
194 mpz_init (offc1);
196 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); local
202 mpz_swap (offc0, offc1);
208 mpz_clear (offc1);
240 /* Compute valid range information for varc1 + offc1. Note nothing
244 offc1 > 0 && varc1 + offc1 > MAX_VAL (type)
245 offc1 < 0 && varc1 + offc1 < MIN_VAL (type). *
561 mpz_t offc0, offc1, loffx, loffy, bnd; local
622 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 123 mpz_t offc0, offc1; local
201 mpz_init (offc1);
203 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); local
209 mpz_swap (offc0, offc1);
215 mpz_clear (offc1);
246 /* Compute valid range information for varc1 + offc1. Note nothing
250 offc1 > 0 && varc1 + offc1 > MAX_VAL (type)
251 offc1 < 0 && varc1 + offc1 < MIN_VAL (type). *
564 mpz_t offc0, offc1, loffx, loffy, bnd; local
625 split_to_var_and_offset (expand_simple_operations (c1), &varc1, offc1); local
    [all...]

Completed in 22 milliseconds