Index.Exp
include Printable with type t = GoblintCil.exp
val equal_to : Z.t -> t -> [ `Eq | `Neq | `Top ]
Check semantic equality of an integer and the index.
val to_int : t -> Z.t option
Convert to definite integer if possible.
Special index expression for some unknown index. Weakly updates array in assignment. Used for exp.fast_global_inits
.