Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
authorDan Gohman <gohman@apple.com>
Mon, 9 Jul 2007 15:25:17 +0000 (15:25 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Jul 2007 15:25:17 +0000 (15:25 +0000)
commit9a6ae965d69b131d692de8fc69545b6c7aaea0b2
treef88567da61e759e66f4dfc237ac909cf568493ad
parent2c8c3e2e31e641085060edce0ddde3833ffa53da
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
use SCEVConstant::get instead of SCEVUnknown::get when constructing a SCEV
for a ConstantInt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38457 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpressions.h
lib/Analysis/ScalarEvolution.cpp