Eliminate calls to isInteger, generalizing code and tightening checks as needed.
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 01:55:30 +0000 (01:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jan 2007 01:55:30 +0000 (01:55 +0000)
commit4d5f508318b2f666ed50a2ed5e49e4aa343a92d6
treead75d1f1e795fc98c23d34481461d53e17961960
parent3b19d65897db69f1ce2f91bcd581ab76d1c880cf
Eliminate calls to isInteger, generalizing code and tightening checks as needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33218 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/IPO/SimplifyLibCalls.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Utils/SimplifyCFG.cpp