Lines Matching defs:NumInputElements
12592 static bool isINSMask(ArrayRef<int> M, int NumInputElements,
12594 if (M.size() != static_cast<size_t>(NumInputElements))
12600 for (int i = 0; i < NumInputElements; ++i) {
12612 if (M[i] == i + NumInputElements)
12618 if (NumLHSMatch == NumInputElements - 1) {
12622 } else if (NumRHSMatch == NumInputElements - 1) {
13264 int NumInputElements = V1.getValueType().getVectorNumElements();
13265 if (isINSMask(ShuffleMask, NumInputElements, DstIsLeft, Anomaly)) {
13271 if (SrcLane >= NumInputElements) {