Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6424 } else if (auto *OpEx = dyn_cast<ExtractElementInst>(V)) { in optimizePhiType() local
6425 if (Defs.insert(OpEx).second) in optimizePhiType()
6426 Worklist.push_back(OpEx); in optimizePhiType()