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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ubsan.cc 174 tree uprecm1 = build_int_cst (op1_utype, op0_prec - 1); local
180 t = fold_build2 (GT_EXPR, boolean_type_node, t, uprecm1);
194 (unsigned) x >> (uprecm1 - y)
198 tree x = fold_build2 (MINUS_EXPR, op1_utype, uprecm1,
207 x < 0 || ((unsigned) x >> (uprecm1 - y))
211 tree x = fold_build2 (MINUS_EXPR, op1_utype, uprecm1,
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ubsan.cc 157 tree uprecm1 = build_int_cst (op1_utype, op0_prec - 1); local
163 t = fold_build2 (GT_EXPR, boolean_type_node, t, uprecm1);
177 (unsigned) x >> (uprecm1 - y)
181 tree x = fold_build2 (MINUS_EXPR, op1_utype, uprecm1,
190 x < 0 || ((unsigned) x >> (uprecm1 - y))
194 tree x = fold_build2 (MINUS_EXPR, op1_utype, uprecm1,

Completed in 68 milliseconds