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

  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 647 tree op0min = NULL_TREE, op0max = NULL_TREE; local
654 op0max = op0;
664 op0max = wide_int_to_tree (type, vr.upper_bound ());
680 && op0max
681 && tree_int_cst_lt (op0max, op1min))
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 3014 tree op0min = NULL_TREE, op0max = NULL_TREE; local
3021 op0max = op0;
3029 op0max = vr->max ();
3043 && op0max
3044 && tree_int_cst_lt (op0max, op1min))

Completed in 18 milliseconds