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

  /src/external/gpl3/gcc/dist/gcc/
gimple-predicate-analysis.cc 1554 tree_code and_or_code,
1560 if (and_or_code == BIT_IOR_EXPR)
1573 else if (gimple_code (def_stmt) == GIMPLE_PHI && and_or_code == BIT_IOR_EXPR)
1600 if (and_or_code == BIT_IOR_EXPR)
1605 else if (gimple_assign_rhs_code (def_stmt) == and_or_code)
1611 if (and_or_code == BIT_AND_EXPR)
1616 n_pred.cond_code = and_or_code;
1631 if (and_or_code == BIT_IOR_EXPR)
1638 if (and_or_code == BIT_IOR_EXPR)
1656 tree_code and_or_code = ERROR_MARK local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-predicate-analysis.cc 1916 tree_code and_or_code,
1922 if (and_or_code == BIT_IOR_EXPR)
1935 else if (gimple_code (def_stmt) == GIMPLE_PHI && and_or_code == BIT_IOR_EXPR)
1962 if (and_or_code == BIT_IOR_EXPR)
1967 else if (gimple_assign_rhs_code (def_stmt) == and_or_code)
1973 if (and_or_code == BIT_AND_EXPR)
1978 n_pred.cond_code = and_or_code;
1993 if (and_or_code == BIT_IOR_EXPR)
2000 if (and_or_code == BIT_IOR_EXPR)
2018 tree_code and_or_code = ERROR_MARK local
    [all...]

Completed in 19 milliseconds