Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3981 auto *FirstUserOfPhi1 = cast<Instruction>(*V1->user_begin()); in getReorderingData() local
3983 if (auto *IE1 = dyn_cast<InsertElementInst>(FirstUserOfPhi1)) in getReorderingData()
3995 if (auto *EE1 = dyn_cast<ExtractElementInst>(FirstUserOfPhi1)) in getReorderingData()