Searched refs:isExtractSubvectorMask (Results 1 – 3 of 3) sorted by relevance
2251 static bool isExtractSubvectorMask(ArrayRef<int> Mask, int NumSrcElts,2253 static bool isExtractSubvectorMask(const Constant *Mask, int NumSrcElts,2258 return isExtractSubvectorMask(MaskAsInts, NumSrcElts, Index);2262 bool isExtractSubvectorMask(int &Index) const {2264 return isExtractSubvectorMask(getMask(), NumSrcElts, Index);
1128 if (Shuffle->isExtractSubvectorMask(SubIndex)) in getInstructionThroughput()
1855 bool ShuffleVectorInst::isExtractSubvectorMask(ArrayRef<int> Mask, in isExtractSubvectorMask() function in ShuffleVectorInst