Home | History | Annotate | Download | only in Utils

Lines Matching full:cnst

258   // strcmp(x, y)  -> cnst  (if both x and y are constant strings)
304 // strncmp(x, y) -> cnst (if both x and y are constant strings)
743 // Constant folding: memcmp(x, y, l) -> cnst (all arguments are constant)
2157 // * lround(cnst) -> cnst'
2164 // * round(cnst) -> cnst'
2167 // * signbit(cnst) -> cnst'
2176 // * trunc(cnst) -> cnst'