Define a helper function ConstantVector::getSplatValue for testing for
authorDan Gohman <gohman@apple.com>
Wed, 17 Oct 2007 17:51:30 +0000 (17:51 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 17 Oct 2007 17:51:30 +0000 (17:51 +0000)
commit3b7cf0aabafc1c7a89a5a978d4a4307c891027ce
tree80af5492ed455036a92b53f6dcc3683572c81b4b
parentefd4a5144b03f61ebfd53d0245176f95e1170fb8
Define a helper function ConstantVector::getSplatValue for testing for
and working with broadcasted constants.

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