Searched refs:isSingleSourceMask (Results 1 – 2 of 2) sorted by relevance
1926 bool ShuffleVectorInst::isSingleSourceMask(ArrayRef<int> Mask) { in isSingleSourceMask() function in ShuffleVectorInst1951 if (!isSingleSourceMask(Mask)) in isReverseMask()1963 if (!isSingleSourceMask(Mask)) in isZeroEltSplatMask()1976 if (isSingleSourceMask(Mask)) in isSelectMask()
2074 static bool isSingleSourceMask(ArrayRef<int> Mask);2075 static bool isSingleSourceMask(const Constant *Mask) {2079 return isSingleSourceMask(MaskAsInts);2087 return !changesLength() && isSingleSourceMask(getMask());