Searched defs:FoundLane (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2148 int FoundLane = -1; local
2152 FoundLane = Lane;
2156 assert(FoundLane >= 0 && "Could not find the correct lane");
2157 ExternalUses.push_back(ExternalUser(VL[i], Insrt, FoundLane));

Completed in 91 milliseconds