IR.ConstThe Smallfoot Intermediate Language: Constants
type t = | Cint of IntLit.tinteger constants
*)| Cfun of Procname.tfunction names
*)| Cstr of stringstring constants
*)| Cfloat of floatfloat constants
*)| Cclass of Ident.nameclass constant
*)Constants
include Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equalval pp : IStdlib.Pp.env -> F.formatter -> t -> unitPretty print a const
val iszero_int_float : t -> boolval isone_int_float : t -> boolval isminusone_int_float : t -> bool