Skip to main content

lower_if_then_else

Function lower_if_then_else 

Source
fn lower_if_then_else<B>(
    lowerer: &mut Lowerer<'_>,
    backend: &mut B,
    condition: &Condition,
    then: &Condition,
    otherwise: &Condition,
) -> EvalValueAbstract<B>
where B: RotationBackend,