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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 1498 R1VAL, R1MASK and R2VAL, R2MASK representing a values of type R1TYPE
1507 const widest_int &r2val, const widest_int &r2mask)
1522 *mask = (r1mask | r2mask) & (r1val | r1mask) & (r2val | r2mask);
1523 *val = r1val & r2val;
1531 | wi::bit_and_not (r2val, r2mask));
1532 *val = r1val | r2val;
1538 *val = r1val ^ r2val;
1545 widest_int shift = r2val;
1575 else if (wi::ltu_p (r2val | r2mask, width)
1581 widest_int shift = wi::bit_and_not (r2val, r2mask)
2040 ccp_prop_value_t r2val = get_value_for_expr (rhs2, true); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 1493 R1VAL, R1MASK and R2VAL, R2MASK representing a values of type R1TYPE
1502 const widest_int &r2val, const widest_int &r2mask)
1517 *mask = (r1mask | r2mask) & (r1val | r1mask) & (r2val | r2mask);
1518 *val = r1val & r2val;
1526 | wi::bit_and_not (r2val, r2mask));
1527 *val = r1val | r2val;
1533 *val = r1val ^ r2val;
1540 widest_int shift = r2val;
1570 else if (wi::ltu_p (r2val | r2mask, width)
1576 widest_int shift = wi::bit_and_not (r2val, r2mask)
2022 ccp_prop_value_t r2val = get_value_for_expr (rhs2, true); local
    [all...]

Completed in 22 milliseconds