Lines Matching defs:FoundLane
3448 unsigned FoundLane = getVectorFactor();
3453 FoundLane = std::distance(Scalars.begin(), It);
3454 assert(FoundLane < Scalars.size() && "Couldn't find extract lane");
3456 FoundLane = ReorderIndices[FoundLane];
3457 assert(FoundLane < Scalars.size() && "Couldn't find extract lane");
3460 if (auto *RIt = find(ReuseShuffleIndices, FoundLane);
3462 FoundLane = std::distance(ReuseShuffleIndices.begin(), RIt);
3466 assert(FoundLane < getVectorFactor() && "Unable to find given value.");
3467 return FoundLane;
6579 int FoundLane = Entry->findLaneForValue(Scalar);
6581 << FoundLane << " from " << *Scalar << ".\n");
6583 ExternalUses.emplace_back(Scalar, nullptr, *Entry, FoundLane);
6601 // instructions. If that is the case, the one in FoundLane will
6627 int FoundLane = Entry->findLaneForValue(Scalar);
6629 << " from lane " << FoundLane << " from " << *Scalar
6632 ExternalUses.emplace_back(Scalar, U, *Entry, FoundLane);
13988 unsigned FoundLane = Entries.front()->findLaneForValue(V);
13989 ExternalUses.emplace_back(V, UserOp, *Entries.front(), FoundLane);