values that exceed bounds that are negative numbers are set to 0 repro ``` # folded const expr foo = CLAMP(-4, -3, 0); # not folded x = -4; foo = CLAMP (x, -3, 0); ``` <img width="137" height="41" alt="Image" src="https://github.com/user-attachments/assets/bcd816da-20d8-46b8-98b0-7eeca93c21c6" />