Searched refs:uprecm1 (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ubsan.c157 tree uprecm1 = build_int_cst (op1_utype, op0_prec - 1); local
163 t = fold_build2 (GT_EXPR, boolean_type_node, t, uprecm1);
166 (unsigned) x >> (uprecm1 - y)
172 tree x = fold_build2 (MINUS_EXPR, op1_utype, uprecm1,
181 x < 0 || ((unsigned) x >> (uprecm1 - y))
187 tree x = fold_build2 (MINUS_EXPR, op1_utype, uprecm1,

Completed in 40 milliseconds