Add completely hokey binary-and and binary-or operations to ConstantRange and
authorNick Lewycky <nicholas@mxc.ca>
Tue, 7 Sep 2010 05:39:02 +0000 (05:39 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 7 Sep 2010 05:39:02 +0000 (05:39 +0000)
commit198381e542320265e1c5fed18e938db3563a45bf
treea98f4c5d152f298a16df53c579b2225cc3a729b5
parent2b6c01b40b75e363e46b3ad7c598113eb98f34fb
Add completely hokey binary-and and binary-or operations to ConstantRange and
teach LazyValueInfo to use them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113196 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ConstantRange.h
lib/Analysis/LazyValueInfo.cpp
lib/Support/ConstantRange.cpp