Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp222 auto LatticeIt = Entry->LatticeElements.find_as(V); in getCachedValueInfo() local
223 if (LatticeIt == Entry->LatticeElements.end()) in getCachedValueInfo()
226 return LatticeIt->second; in getCachedValueInfo()