Searched refs:OpEx (Results 1 – 1 of 1) sorted by relevance
6424 } else if (auto *OpEx = dyn_cast<ExtractElementInst>(V)) { in optimizePhiType() local6425 if (Defs.insert(OpEx).second) in optimizePhiType()6426 Worklist.push_back(OpEx); in optimizePhiType()