Implement ConstantRange::multiply based on the code in LoopVR.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 12 Jul 2009 02:19:05 +0000 (02:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 12 Jul 2009 02:19:05 +0000 (02:19 +0000)
commit2ff893f48698005f87163c8029224c718cf4cba9
treef57a6796196fc208afbc658446ec7412277886d5
parent6db1495558913501f5083d4ba76cbee4a3daf5f2
Implement ConstantRange::multiply based on the code in LoopVR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75410 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ConstantRange.cpp
unittests/Support/ConstantRangeTest.cpp