Home
last modified time | relevance | path

Searched refs:ulhs (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-ccp.cc4037 if (tree ulhs = gimple_assign_lhs (use_stmt)) in optimize_atomic_op_fetch_cmp_0() local
4038 if (useless_type_conversion_p (TREE_TYPE (ulhs), in optimize_atomic_op_fetch_cmp_0()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstexpr.cc3198 tree ulhs = fold_convert (unsigned_type_for (lhstype), lhs); in cxx_eval_check_shift_p() local
3199 t = fold_build2 (RSHIFT_EXPR, TREE_TYPE (ulhs), ulhs, t); in cxx_eval_check_shift_p()