diff options
author | Duncan Sands <baldrick@free.fr> | 2008-02-12 20:46:31 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-02-12 20:46:31 +0000 |
commit | 94f9e9a55b6161aa782059b6c49c07264875eb74 (patch) | |
tree | 2dc81e687b47b8681bf32f1fcc772b7e61e151f1 /lib/Analysis | |
parent | bde1bfc76be676de7419c7c8ba1ac4d0f57eac48 (diff) | |
download | external_llvm-94f9e9a55b6161aa782059b6c49c07264875eb74.zip external_llvm-94f9e9a55b6161aa782059b6c49c07264875eb74.tar.gz external_llvm-94f9e9a55b6161aa782059b6c49c07264875eb74.tar.bz2 |
Generalize getCopyFromParts and getCopyToParts to
handle arbitrary precision integers and any number
of parts. For example, on a 32 bit machine an i50
corresponds to two i32 parts. getCopyToParts will
extend the i50 to an i64 then write half of the i64
to each part; getCopyFromParts will combine the two
i32 parts into an i64 then truncate the result to
i50.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
0 files changed, 0 insertions, 0 deletions