Searched refs:Nowhere (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp232 StringRef Nowhere; local
233 const StringRef *Redirects[3] = {nullptr, &Nowhere, &Nowhere};
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DOptimizerDriver.cpp202 sys::Path Nowhere; local
203 const sys::Path *Redirects[3] = {0, &Nowhere, &Nowhere};
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasAnalysis.h222 enum { Nowhere = 0, ArgumentPointees = 4, Anywhere = 8 | ArgumentPointees }; enumerator in enum:llvm::AliasAnalysis::__anon22418
235 DoesNotAccessMemory = Nowhere | NoModRef,

Completed in 305 milliseconds