Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6021 } else if (auto *OpEx = dyn_cast<ExtractElementInst>(V)) { in optimizePhiType() local
6022 if (!Defs.count(OpEx)) { in optimizePhiType()
6023 Defs.insert(OpEx); in optimizePhiType()
6024 Worklist.push_back(OpEx); in optimizePhiType()