mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Have m_One also match constant vectors for which every element is 1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124655 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1033,7 +1033,7 @@ bool ConstantVector::isAllOnesValue() const {
|
||||
|
||||
/// getSplatValue - If this is a splat constant, where all of the
|
||||
/// elements have the same value, return that value. Otherwise return null.
|
||||
Constant *ConstantVector::getSplatValue() {
|
||||
Constant *ConstantVector::getSplatValue() const {
|
||||
// Check out first element.
|
||||
Constant *Elt = getOperand(0);
|
||||
// Then make sure all remaining elements point to the same value.
|
||||
|
Reference in New Issue
Block a user