Implement new cast creation functions for both instructions and constant
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 20:17:56 +0000 (20:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 20:17:56 +0000 (20:17 +0000)
commit848414e49c7600e3002a4366de52d03a9638b327
tree66a866cadf9e3a2444544b3db94ed95b17081d5d
parent4d42fcebe3818bc7abfcac0507737082c8c1b71e
Implement new cast creation functions for both instructions and constant
expressions. These will get used to reduce clutter as we replace various
calls to createInferredCast and getCast.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32191 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
include/llvm/InstrTypes.h
lib/VMCore/Constants.cpp
lib/VMCore/Instructions.cpp