Module D.Convert

exception Unsupported_CilExp of Goblint_lib__SharedFunctions.unsupported_cilExp
val overflow_handling : bool Stdlib.Lazy.t -> 'a -> Apron.Environment.t -> GobApron.Texpr1.expr -> Bounds.t -> GoblintCil.exp -> unit
val texpr1_expr_of_cil_exp : Queries.ask -> Bounds.t -> GobApron.Environment.t -> GoblintCil.Cil.exp -> bool Stdlib.Lazy.t -> GobApron.Texpr1.expr
val texpr1_of_cil_exp : Queries.ask -> Bounds.t -> GobApron.Environment.t -> GoblintCil.Cil.exp -> bool Stdlib.Lazy.t -> GobApron.Texpr1.t
val tcons1_of_cil_exp : Queries.ask -> Bounds.t -> GobApron.Environment.t -> GoblintCil.Cil.exp -> bool -> bool Stdlib.Lazy.t -> GobApron.Tcons1.t
exception Unsupported_Linexpr1
val cil_exp_of_linexpr1 : ?scalewith:Z.t -> Goblint_lib__.GobApron.Linexpr1.t -> GoblintCil.exp
val lcm_den : Goblint_lib__.GobApron.Linexpr1.t -> Z.t
val cil_exp_of_lincons1 : GobApron.Lincons1.t -> GoblintCil.Cil.exp option