Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplify it.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 14 Nov 2011 19:12:20 +0000 (19:12 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 14 Nov 2011 19:12:20 +0000 (19:12 +0000)
commitb518cae015f9a91aa5035e4047e50215a47a7bb2
tree1a421f4b4c3a02c20775638776a66abb076ac27f
parent788dc0f4e51628651850ca3c68cccd713b694052
Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplify it.

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