From e3f1ff6980e920d64134a92971f342fabe89f5bf Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Sat, 13 Jun 2009 02:56:57 +0000 Subject: Added a helper function to construct IFF expressions. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73283 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/klee/Expr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/klee/Expr.h b/include/klee/Expr.h index 878a70ba..6d4df12e 100644 --- a/include/klee/Expr.h +++ b/include/klee/Expr.h @@ -222,6 +222,7 @@ public: static ref createCoerceToPointerType(ref e); static ref createNot(ref e); static ref createImplies(ref hyp, ref conc); + static ref createIff(ref e1, ref e2); static ref createIsZero(ref e); /// Create a little endian read of the given type at offset 0 of the -- cgit 1.4.1