Lines Matching full:cnst
381 // strcmp(x, y) -> cnst (if both x and y are constant strings)
436 // strncmp(x, y) -> cnst (if both x and y are constant strings)
888 // Constant folding: memcmp(x, y, l) -> cnst (all arguments are constant)
2368 // * lround(cnst) -> cnst'
2375 // * round(cnst) -> cnst'
2378 // * signbit(cnst) -> cnst'
2387 // * trunc(cnst) -> cnst'