pub fn get_default_flag_cond_llil<'func, A>(
    arch: &A,
    cond: FlagCondition,
    class: Option<A::FlagClass>,
    il: &'func Lifter<A>
) -> LiftedExpr<'func, A>where
    A: 'func + Architecture,