Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2125 int FoundLane = -1; in Gather() local
2129 FoundLane = Lane; in Gather()
2133 assert(FoundLane >= 0 && "Could not find the correct lane"); in Gather()
2134 ExternalUses.push_back(ExternalUser(VL[i], Insrt, FoundLane)); in Gather()