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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 551 difference of values of VARX + OFFX and VARY + OFFY, computed in TYPE,
556 tree vary, mpz_t offy,
640 mpz_init_set (loffy, offy);
653 (VARX + OFFX) cmp (VARY + OFFY) + (OFFX - OFFY + OFFC1 - OFFC0).
663 -- VARY + OFFY overflows and VARY + OFFC1 does not, or
664 VARY + OFFC1 underflows and VARY + OFFY does not.
665 This may only happen if OFFY > OFFC1. */
725 mpz_t offx, offy; local
740 mpz_init (offy);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 554 difference of values of VARX + OFFX and VARY + OFFY, computed in TYPE,
559 tree vary, mpz_t offy,
643 mpz_init_set (loffy, offy);
656 (VARX + OFFX) cmp (VARY + OFFY) + (OFFX - OFFY + OFFC1 - OFFC0).
666 -- VARY + OFFY overflows and VARY + OFFC1 does not, or
667 VARY + OFFC1 underflows and VARY + OFFY does not.
668 This may only happen if OFFY > OFFC1. */
728 mpz_t offx, offy; local
745 mpz_init (offy);
    [all...]

Completed in 16 milliseconds