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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 1536 bool lhs_wraps, rhs_wraps;
1541 rhs_wraps = ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type);
1544 || (rhs_wraps && !lhs_wraps)
1545 || (rhs_wraps && lhs_wraps && rhs_size != lhs_size))
1532 bool lhs_wraps, rhs_wraps; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 1536 bool lhs_wraps, rhs_wraps;
1541 rhs_wraps = ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type);
1544 || (rhs_wraps && !lhs_wraps)
1545 || (rhs_wraps && lhs_wraps && rhs_size != lhs_size))
1532 bool lhs_wraps, rhs_wraps; local

Completed in 29 milliseconds