add a Constant::getAllOnesValue helper function, which works on integers
authorChris Lattner <sabre@nondot.org>
Fri, 15 Jun 2007 06:10:53 +0000 (06:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Jun 2007 06:10:53 +0000 (06:10 +0000)
commitcef4b53a3e7b5e7f14760f716949d80055f36510
treeb695d42f3e19f2bf915b1d72d5b69301334c2fca
parente20b7bec0234bad3986ff68961ebcbdaffb178ec
add a Constant::getAllOnesValue helper function, which works on integers
AND vectors.

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