Go to file
Ted Kremenek 2d495a6f43 Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion'
into StoreManager::CastRegion. Both methods were practically identical, and this
is core logic that is common to all StoreManagers since it defines the basic
invariants of the abstract memory model.

llvm-svn: 69730
2009-04-21 21:51:34 +00:00
clang Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion' 2009-04-21 21:51:34 +00:00
llvm When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of the 2009-04-21 20:18:36 +00:00