Home
last modified time | relevance | path

Searched refs:FoundLane (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2148 int FoundLane = -1; in Gather() local
2152 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()