fold_constants

Function fold_constants 

Source
pub fn fold_constants(body: &mut FunctionMIR) -> usize
Expand description

Run constant folding on a MIR body. Returns the number of folds applied.