Lines Matching defs:NumInputElements
13335 static bool isINSMask(ArrayRef<int> M, int NumInputElements,
13337 if (M.size() != static_cast<size_t>(NumInputElements))
13343 for (int i = 0; i < NumInputElements; ++i) {
13355 if (M[i] == i + NumInputElements)
13361 if (NumLHSMatch == NumInputElements - 1) {
13365 } else if (NumRHSMatch == NumInputElements - 1) {
13969 int NumInputElements = V1.getValueType().getVectorNumElements();
13970 if (isINSMask(ShuffleMask, NumInputElements, DstIsLeft, Anomaly)) {
13976 if (SrcLane >= NumInputElements) {