simplifyIte

fun <T : KSort> KContext.simplifyIte(condition: KExpr<KBoolSort>, trueBranch: KExpr<T>, falseBranch: KExpr<T>): KExpr<T>