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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 1535 unsigned lhs_size, rhs_size;
1539 rhs_size = TYPE_PRECISION (rhs_type);
1543 if (lhs_size < rhs_size
1545 || (rhs_wraps && lhs_wraps && rhs_size != lhs_size))
1531 unsigned lhs_size, rhs_size; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 1535 unsigned lhs_size, rhs_size;
1539 rhs_size = TYPE_PRECISION (rhs_type);
1543 if (lhs_size < rhs_size
1545 || (rhs_wraps && lhs_wraps && rhs_size != lhs_size))
1531 unsigned lhs_size, rhs_size; local

Completed in 35 milliseconds