Searched defs:isExtractSubvectorMask (Results 1 – 2 of 2) sorted by relevance
810 static bool isExtractSubvectorMask(ArrayRef<int> Mask, int NumSrcElts, in isExtractSubvectorMask() function815 static bool isExtractSubvectorMask(const Constant *Mask, int NumSrcElts, in isExtractSubvectorMask() function822 bool isExtractSubvectorMask(int &Index) const { in isExtractSubvectorMask() function
2074 bool ShuffleVectorInst::isExtractSubvectorMask(ArrayRef<int> Mask, in isExtractSubvectorMask() function in ShuffleVectorInst