Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5198 const auto *MDScopeList = dyn_cast_or_null<MDNode>(ScopeList); in analyse() local
5199 if (!MDScopeList || !Container.insert(MDScopeList).second) in analyse()
5201 for (const auto &MDOperand : MDScopeList->operands()) in analyse()