Perform constant folding of arithmetic expressions.
The routines in this module are called from optimize.d.
Specification: Floating Point Constant Folding
Initialize a EXP.cantExpression Expression.
See Source File _constfold.d Documentation: https://dlang.org/phobos/dmd_constfold.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/constfold.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Perform constant folding of arithmetic expressions.
The routines in this module are called from optimize.d.
Specification: Floating Point Constant Folding