Searched refs:isSelectMask (Results 1 – 2 of 2) sorted by relevance
2137 static bool isSelectMask(ArrayRef<int> Mask);2138 static bool isSelectMask(const Constant *Mask) {2142 return isSelectMask(MaskAsInts);2154 return !changesLength() && isSelectMask(getMask());
1808 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask) { in isSelectMask() function in ShuffleVectorInst