Searched refs:isZeroEltSplatMask (Results 1 – 3 of 3) sorted by relevance
2213 static bool isZeroEltSplatMask(ArrayRef<int> Mask);2214 static bool isZeroEltSplatMask(const Constant *Mask) {2218 return isZeroEltSplatMask(MaskAsInts);2228 return !changesLength() && isZeroEltSplatMask(ShuffleMask);
834 if (ShuffleVectorInst::isZeroEltSplatMask(Mask)) in improveShuffleKindFromMask()
2174 bool ShuffleVectorInst::isZeroEltSplatMask(ArrayRef<int> Mask) { in isZeroEltSplatMask() function in ShuffleVectorInst