Searched refs:isSingleSourceMask (Results 1 – 2 of 2) sorted by relevance
2079 static bool isSingleSourceMask(ArrayRef<int> Mask);2080 static bool isSingleSourceMask(const Constant *Mask) {2084 return isSingleSourceMask(MaskAsInts);2092 return !changesLength() && isSingleSourceMask(getMask());
1760 bool ShuffleVectorInst::isSingleSourceMask(ArrayRef<int> Mask) { in isSingleSourceMask() function in ShuffleVectorInst1785 if (!isSingleSourceMask(Mask)) in isReverseMask()1797 if (!isSingleSourceMask(Mask)) in isZeroEltSplatMask()1810 if (isSingleSourceMask(Mask)) in isSelectMask()