Searched refs:isSelectMask (Results 1 – 4 of 4) sorted by relevance
2194 static bool isSelectMask(ArrayRef<int> Mask);2195 static bool isSelectMask(const Constant *Mask) {2199 return isSelectMask(MaskAsInts);2211 return !changesLength() && isSelectMask(ShuffleMask);
944 if (ShuffleVectorInst::isSelectMask(Mask)) in improveShuffleKindFromMask()
2104 assert((ShuffleVectorInst::isSelectMask(NewMask) || in foldSelectShuffleOfSelectShuffle()
2356 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask) { in isSelectMask() function in ShuffleVectorInst