IR.IntLitval yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.tcompare integers ignoring the distinction between pointers and non-pointers
val of_int : int -> tval of_big_int : Z.t -> tval of_int32 : int32 -> tval of_int64 : int64 -> tval of_string : string -> tval isminusone : t -> boolval isnegative : t -> boolval isnull : t -> boolval isone : t -> boolval iszero : t -> boolval minus_one : tval null : tnull behaves like zero except for the function isnull
val one : tval pp : F.formatter -> t -> unitval to_int : t -> int optionval to_int_exn : t -> intval to_big_int : t -> Z.tval to_float : t -> floatval to_string : t -> stringconvert to signed if the value is representable
val two : tval zero : t