ConstantFolder is used to implement constant folding optimizations where known literals and operations can be performed ahead of time by the compiler.
ConstantFolder is used to implement constant folding optimizations where known literals and operations can be performed ahead of time by the compiler.