pub fn apply_cse<'c>(
    context: &'c Context,
    target: Value<'c, '_>,
    location: Location<'c>
) -> ApplyCommonSubexpressionEliminationOperation<'c>
Expand description

Creates an apply_cse operation.