Dan Gohman d19534add9 Add a SCEV class and supporting code for sign-extend expressions.
This created an ambiguity for expandInTy to decide when to use
sign-extension or zero-extension, but it turns out that most of its callers
don't actually need a type conversion, now that LLVM types don't have
explicit signedness. Drop expandInTy in favor of plain expand, and change
the few places that actually need a type conversion to do it themselves.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37591 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-15 14:38:12 +00:00
..
2007-05-03 01:11:54 +00:00
2007-06-15 06:13:47 +00:00
2007-06-08 00:02:08 +00:00
2007-05-23 05:46:04 +00:00
2007-05-18 07:07:05 +00:00
2007-05-24 14:36:04 +00:00
2007-05-16 06:03:49 +00:00
2007-05-03 01:11:54 +00:00
2007-05-17 21:30:39 +00:00