Lines Matching full:cnst
579 // strcmp(x, y) -> cnst (if both x and y are constant strings)
639 // strncmp(x, y) -> cnst (if both x and y are constant strings)
1025 // Constant folding: memcmp(x, y, l) -> cnst (all arguments are constant)
2338 // * lround(cnst) -> cnst'
2346 // * round(cnst) -> cnst'
2349 // * signbit(cnst) -> cnst'
2361 // * trunc(cnst) -> cnst'