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