Lines Matching full:cnst
544 // strcmp(x, y) -> cnst (if both x and y are constant strings)
603 // strncmp(x, y) -> cnst (if both x and y are constant strings)
965 // Constant folding: memcmp(x, y, l) -> cnst (all arguments are constant)
1975 // * lround(cnst) -> cnst'
1983 // * round(cnst) -> cnst'
1986 // * signbit(cnst) -> cnst'
2000 // * trunc(cnst) -> cnst'