You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move is_{true,false,zero,one} from exprt to constant_exprt
true/false/zero/one are constants, so only for a `constant_exprt` those
methods can ever evaluate to true.
This commit both deprecates the `exprt` methods and removes all their
uses from the code base.
0 commit comments