export function createOperatorIfUsage(
    condition: ILCExpression,
    thenPart: ILCExpression,
    elsePart: ILCExpression
): ILCExpression {