HomeSort by: relevance | last modified time | path
    Searched defs:varx (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,
555 refine_bounds_using_guard (tree type, tree varx, mpz_t offx,
624 /* We are only interested in comparisons of expressions based on VARX and
628 if (operand_equal_p (varx, varc1, 0))
635 if (!operand_equal_p (varx, varc0, 0)
644 std::swap (varx, vary);
653 (VARX + OFFX) cmp (VARY + OFFY) + (OFFX - OFFY + OFFC1 - OFFC0).
660 -- VARX + OFFX underflows and VARX + OFFC0 does not, or
661 VARX + OFFC0 overflows, but VARX + OFFX does not
724 tree varx, vary; local
    [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,
558 refine_bounds_using_guard (tree type, tree varx, mpz_t offx,
627 /* We are only interested in comparisons of expressions based on VARX and
631 if (operand_equal_p (varx, varc1, 0))
638 if (!operand_equal_p (varx, varc0, 0)
647 std::swap (varx, vary);
656 (VARX + OFFX) cmp (VARY + OFFY) + (OFFX - OFFY + OFFC1 - OFFC0).
663 -- VARX + OFFX underflows and VARX + OFFC0 does not, or
664 VARX + OFFC0 overflows, but VARX + OFFX does not
727 tree varx, vary; local
    [all...]

Completed in 28 milliseconds