pub fn fold_constants( context: &mut Context<'_>, _: &AnalysisResults, function: Function, ) -> Result<bool, IrError>
Find constant expressions which can be reduced to fewer operations.