Searched refs:NumInputElements (Results 1 – 2 of 2) sorted by relevance
194 int NumInputElements) { in isINSMask() argument195 if (M.size() != static_cast<size_t>(NumInputElements)) in isINSMask()199 for (int Idx = 0; Idx < NumInputElements; ++Idx) { in isINSMask()206 M[Idx] == Idx + NumInputElements ? ++NumRHSMatch : LastRHSMismatch = Idx; in isINSMask()208 const int NumNeededToMatch = NumInputElements - 1; in isINSMask()
9017 static bool isINSMask(ArrayRef<int> M, int NumInputElements, in isINSMask() argument9019 if (M.size() != static_cast<size_t>(NumInputElements)) in isINSMask()9025 for (int i = 0; i < NumInputElements; ++i) { in isINSMask()9037 if (M[i] == i + NumInputElements) in isINSMask()9043 if (NumLHSMatch == NumInputElements - 1) { in isINSMask()9047 } else if (NumRHSMatch == NumInputElements - 1) { in isINSMask()9461 int NumInputElements = V1.getValueType().getVectorNumElements(); in LowerVECTOR_SHUFFLE() local9462 if (isINSMask(ShuffleMask, NumInputElements, DstIsLeft, Anomaly)) { in LowerVECTOR_SHUFFLE()9468 if (SrcLane >= NumInputElements) { in LowerVECTOR_SHUFFLE()