Searched refs:NumInputElements (Results 1 – 2 of 2) sorted by relevance
133 int NumInputElements) { in isINSMask() argument134 if (M.size() != static_cast<size_t>(NumInputElements)) in isINSMask()138 for (int Idx = 0; Idx < NumInputElements; ++Idx) { in isINSMask()145 M[Idx] == Idx + NumInputElements ? ++NumRHSMatch : LastRHSMismatch = Idx; in isINSMask()147 const int NumNeededToMatch = NumInputElements - 1; in isINSMask()
12592 static bool isINSMask(ArrayRef<int> M, int NumInputElements, in isINSMask() argument12594 if (M.size() != static_cast<size_t>(NumInputElements)) in isINSMask()12600 for (int i = 0; i < NumInputElements; ++i) { in isINSMask()12612 if (M[i] == i + NumInputElements) in isINSMask()12618 if (NumLHSMatch == NumInputElements - 1) { in isINSMask()12622 } else if (NumRHSMatch == NumInputElements - 1) { in isINSMask()13264 int NumInputElements = V1.getValueType().getVectorNumElements(); in LowerVECTOR_SHUFFLE() local13265 if (isINSMask(ShuffleMask, NumInputElements, DstIsLeft, Anomaly)) { in LowerVECTOR_SHUFFLE()13271 if (SrcLane >= NumInputElements) { in LowerVECTOR_SHUFFLE()