[SCEV] Use APInt's uint64_t operations instead of creating a temporary APInt to hold 1.
authorCraig Topper <craig.topper@gmail.com>
Sat, 6 May 2017 05:15:11 +0000 (05:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 6 May 2017 05:15:11 +0000 (05:15 +0000)
commitc97fdb846e8f4a6f1eb484908431c6b29e878e69
treeb4b7bafbb6a9524ca07e5929ac44ddf1c8f671be
parent8f26b7945e6befe911b563737a6d23db1ae95c58
[SCEV] Use APInt's uint64_t operations instead of creating a temporary APInt to hold 1.

llvm-svn: 302333
llvm/lib/Analysis/ScalarEvolution.cpp