HomeSort by: relevance | last modified time | path
    Searched defs:r1val (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
1505 const widest_int &r1val, const widest_int &r1mask,
1522 *mask = (r1mask | r2mask) & (r1val | r1mask) & (r2val | r2mask);
1523 *val = r1val & r2val;
1530 wi::bit_and_not (r1val, r1mask)
1532 *val = r1val | r2val;
1538 *val = r1val ^ r2val;
1549 *val = r1val;
1564 *val = wi::rrotate (r1val, shift, width);
1569 *val = wi::lrotate (r1val, shift, width)
2039 ccp_prop_value_t r1val = get_value_for_expr (rhs1, 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
1500 const widest_int &r1val, const widest_int &r1mask,
1517 *mask = (r1mask | r2mask) & (r1val | r1mask) & (r2val | r2mask);
1518 *val = r1val & r2val;
1525 wi::bit_and_not (r1val, r1mask)
1527 *val = r1val | r2val;
1533 *val = r1val ^ r2val;
1544 *val = r1val;
1559 *val = wi::rrotate (r1val, shift, width);
1564 *val = wi::lrotate (r1val, shift, width)
2021 ccp_prop_value_t r1val = get_value_for_expr (rhs1, true); local
    [all...]

Completed in 22 milliseconds