Add methods for bit width modification: sextOrTrunc, zextOrTrunc.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 17:15:32 +0000 (17:15 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 17:15:32 +0000 (17:15 +0000)
commit68e2300ad965bf08af11ae363bb85e3badf964dc
tree3d9a08599949ad01020884d9a6770616a3afd85b
parent9dd9abd87f77da4e523db02a396721e34631ef32
Add methods for bit width modification: sextOrTrunc, zextOrTrunc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34789 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp