Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h627 const Optional<MemoryLocation> &OptLoc) { in getModRefInfo() argument
628 if (OptLoc == None) { in getModRefInfo()
634 const MemoryLocation &Loc = OptLoc.getValueOr(MemoryLocation()); in getModRefInfo()