Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp2044 if (Instruction *Insrt = dyn_cast<Instruction>(Vec)) { in Gather() local
2045 GatherSeq.insert(Insrt); in Gather()
2046 CSEBlocks.insert(Insrt->getParent()); in Gather()
2062 ExternalUses.push_back(ExternalUser(VL[i], Insrt, FoundLane)); in Gather()