diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-03-18 00:41:24 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-03-18 00:41:24 +0000 |
commit | 7182d36f660a8cd439b94198316410080070a6af (patch) | |
tree | 90d7ed22c649bc7d2ba3c461fb7c61a5487b72a5 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | cba49d4b04fe88c1562df00d9c8bf5568f28cd45 (diff) | |
download | llvm-7182d36f660a8cd439b94198316410080070a6af.zip llvm-7182d36f660a8cd439b94198316410080070a6af.tar.gz llvm-7182d36f660a8cd439b94198316410080070a6af.tar.bz2 |
[ConstantRange] Split makeICmpRegion in two.
Summary:
This change splits `makeICmpRegion` into `makeAllowedICmpRegion` and
`makeSatisfyingICmpRegion` with slightly different contracts. The first
one is useful for determining what values some expression //may// take,
given that a certain `icmp` evaluates to true. The second one is useful
for determining what values are guaranteed to //satisfy// a given
`icmp`.
Reviewers: nlewycky
Reviewed By: nlewycky
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D8345
llvm-svn: 232575
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions