Searched refs:isSelectMask (Results 1 – 3 of 3) sorted by relevance
2169 static bool isSelectMask(ArrayRef<int> Mask);2170 static bool isSelectMask(const Constant *Mask) {2174 return isSelectMask(MaskAsInts);2186 return !changesLength() && isSelectMask(ShuffleMask);
838 if (ShuffleVectorInst::isSelectMask(Mask)) in improveShuffleKindFromMask()
2186 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask) { in isSelectMask() function in ShuffleVectorInst