Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
authorDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 00:35:47 +0000 (00:35 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 00:35:47 +0000 (00:35 +0000)
commitfd29e0eb060ea8b4d490860329234d2ae5f5952e
treee5e0f130f319e6ca5b13c194d6e778460171db42
parent3006c39e3a2f137dcb0f1b52d8a1c60a9657ed44
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Add an overload that supports the uint64_t interface for use by clients
that haven't been updated yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47039 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/CodeGen/SelectionDAG.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.h
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h