Searched refs:FoundLane (Results 1 – 2 of 2) sorted by relevance
2376 int FoundLane = Lane; in buildTree() local2378 FoundLane = in buildTree()2380 llvm::find(Entry->ReuseShuffleIndices, FoundLane)); in buildTree()2388 ExternalUses.emplace_back(Scalar, nullptr, FoundLane); in buildTree()2418 ExternalUses.push_back(ExternalUser(Scalar, U, FoundLane)); in buildTree()3949 int FoundLane = -1; in Gather() local3953 FoundLane = Lane; in Gather()3957 assert(FoundLane >= 0 && "Could not find the correct lane"); in Gather()3959 FoundLane = in Gather()3961 llvm::find(E->ReuseShuffleIndices, FoundLane)); in Gather()[all …]
2148 int FoundLane = -1; in Gather() local2152 FoundLane = Lane; in Gather()2156 assert(FoundLane >= 0 && "Could not find the correct lane"); in Gather()2157 ExternalUses.push_back(ExternalUser(VL[i], Insrt, FoundLane)); in Gather()