Replace inferred getCast(V,Ty) calls with more strict variants.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 12 Dec 2006 23:36:14 +0000 (23:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 12 Dec 2006 23:36:14 +0000 (23:36 +0000)
commitd977d8651a5cd26a3e1088267f31cade405f2adf
tree56a269fe411951fa288d6a08c32f3d74b8bf8794
parentebc0922eeb5b728d33a68d4bea8128413f62e369
Replace inferred getCast(V,Ty) calls with more strict variants.
Rename getZeroExtend and getSignExtend to getZExt and getSExt to match
the the casting mnemonics in the rest of LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32514 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/ConstantRange.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Support/ConstantRange.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/Constants.cpp