OSDN Git Service

[ValueTracking] Use APInt::isNullValue/isOneValue which are more efficient for large...
authorCraig Topper <craig.topper@intel.com>
Wed, 8 Nov 2017 19:38:45 +0000 (19:38 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 8 Nov 2017 19:38:45 +0000 (19:38 +0000)
commitca3cf87eee51252131f6811abfa4fec89f0ac560
tree6abfa5d9031f905646a18987bdd9fc62e583cae6
parent94964bb7560e6c547afe659b09263675175f1410
[ValueTracking] Use APInt::isNullValue/isOneValue which are more efficient for large APInts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueTracking.cpp