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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 261 do_shift_rotate (enum tree_code code, function in namespace:__anon13746
642 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos))
726 if (!do_shift_rotate (code, n, (int) TREE_INT_CST_LOW (rhs2)))
1007 if (!do_shift_rotate (LSHIFT_EXPR, &n1, i * eltsz))
1010 else if (!do_shift_rotate (LSHIFT_EXPR, &n0, eltsz))
2961 if (!do_shift_rotate (LSHIFT_EXPR, &this_n,
gimple-ssa-store-merging.cc 261 do_shift_rotate (enum tree_code code, function in namespace:__anon13746
642 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos))
726 if (!do_shift_rotate (code, n, (int) TREE_INT_CST_LOW (rhs2)))
1007 if (!do_shift_rotate (LSHIFT_EXPR, &n1, i * eltsz))
1010 else if (!do_shift_rotate (LSHIFT_EXPR, &n0, eltsz))
2961 if (!do_shift_rotate (LSHIFT_EXPR, &this_n,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc 261 do_shift_rotate (enum tree_code code, function in namespace:__anon16174
640 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos))
721 if (!do_shift_rotate (code, n, (int) TREE_INT_CST_LOW (rhs2)))
971 if (!do_shift_rotate (LSHIFT_EXPR, &n1, i * eltsz))
974 else if (!do_shift_rotate (LSHIFT_EXPR, &n0, eltsz))
2877 if (!do_shift_rotate (LSHIFT_EXPR, &this_n,
gimple-ssa-store-merging.cc 261 do_shift_rotate (enum tree_code code, function in namespace:__anon16174
640 if (!do_shift_rotate (RSHIFT_EXPR, n, bitpos))
721 if (!do_shift_rotate (code, n, (int) TREE_INT_CST_LOW (rhs2)))
971 if (!do_shift_rotate (LSHIFT_EXPR, &n1, i * eltsz))
974 else if (!do_shift_rotate (LSHIFT_EXPR, &n0, eltsz))
2877 if (!do_shift_rotate (LSHIFT_EXPR, &this_n,

Completed in 58 milliseconds