Searched refs:NumInputElements (Results 1 – 2 of 2) sorted by relevance
198 int NumInputElements) { in isINSMask() argument199 if (M.size() != static_cast<size_t>(NumInputElements)) in isINSMask()203 for (int Idx = 0; Idx < NumInputElements; ++Idx) { in isINSMask()210 M[Idx] == Idx + NumInputElements ? ++NumRHSMatch : LastRHSMismatch = Idx; in isINSMask()212 const int NumNeededToMatch = NumInputElements - 1; in isINSMask()
10910 static bool isINSMask(ArrayRef<int> M, int NumInputElements, in isINSMask() argument10912 if (M.size() != static_cast<size_t>(NumInputElements)) in isINSMask()10918 for (int i = 0; i < NumInputElements; ++i) { in isINSMask()10930 if (M[i] == i + NumInputElements) in isINSMask()10936 if (NumLHSMatch == NumInputElements - 1) { in isINSMask()10940 } else if (NumRHSMatch == NumInputElements - 1) { in isINSMask()11588 int NumInputElements = V1.getValueType().getVectorNumElements(); in LowerVECTOR_SHUFFLE() local11589 if (isINSMask(ShuffleMask, NumInputElements, DstIsLeft, Anomaly)) { in LowerVECTOR_SHUFFLE()11595 if (SrcLane >= NumInputElements) { in LowerVECTOR_SHUFFLE()