[ValueTracking] Use m_APInt instead of m_ConstantInt, NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 10 Nov 2015 23:56:15 +0000 (23:56 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 10 Nov 2015 23:56:15 +0000 (23:56 +0000)
commitee8bc9ac4f4aa7f515b949aa3bea0445cadd23e4
treeed3994182e93d7af9f129fb9dd7064a2ebebc55a
parentae1a6e1e169e894560255a79d5bb7d249866acaf
[ValueTracking] Use m_APInt instead of m_ConstantInt, NFC

This change would add functionality if isImpliedCondition worked on
vector types; but since it bail out on vector predicates this change is
an NFC.

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