Home
last modified time | relevance | path

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

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