Vikram S. Adve 79b72a8298 Added subclass ConstantExpr to represent expressions consructed from
constants using operators such as cast, getelementptr, add, shl, etc.
Note that a ConstantExpr can be of any type, so classof() in most
other subclasses (that discriminate by type) have to check that it
is also not a ConstantExpr.   This is why isConstantExpr() is needed.

llvm-svn: 2891
2002-07-14 22:47:54 +00:00
..
2002-06-25 22:04:00 +00:00
2002-06-25 16:13:24 +00:00
2002-07-11 00:16:28 +00:00
2002-04-04 22:19:18 +00:00
2002-06-25 16:12:52 +00:00
2002-06-25 16:12:52 +00:00
2002-06-25 16:12:52 +00:00
2002-06-25 16:12:52 +00:00
2002-06-30 15:50:09 +00:00
2002-06-25 16:12:52 +00:00
2002-06-25 16:12:52 +00:00
2002-06-25 16:12:52 +00:00
2002-04-28 19:49:58 +00:00
2002-06-25 16:12:52 +00:00
2002-03-21 05:46:43 +00:00
2002-06-25 20:33:28 +00:00