Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3982 auto *FirstUserOfPhi2 = cast<Instruction>(*V2->user_begin()); in getReorderingData() local
3984 if (auto *IE2 = dyn_cast<InsertElementInst>(FirstUserOfPhi2)) { in getReorderingData()
3996 if (auto *EE2 = dyn_cast<ExtractElementInst>(FirstUserOfPhi2)) { in getReorderingData()