Searched refs:FoundLane (Results 1 – 2 of 2) sorted by relevance
1347 int FoundLane = Lane; in buildTree() local1349 FoundLane = in buildTree()1351 llvm::find(Entry->ReuseShuffleIndices, FoundLane)); in buildTree()1359 ExternalUses.emplace_back(Scalar, nullptr, FoundLane); in buildTree()1389 ExternalUses.push_back(ExternalUser(Scalar, U, FoundLane)); in buildTree()2931 int FoundLane = -1; in Gather() local2935 FoundLane = Lane; in Gather()2939 assert(FoundLane >= 0 && "Could not find the correct lane"); in Gather()2941 FoundLane = in Gather()2943 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()