Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h109 constexpr static LocationSize mapEmpty() { in mapEmpty() function
274 return LocationSize::mapEmpty();
DAliasSetTracker.h56 LocationSize Size = LocationSize::mapEmpty();
61 bool isSizeSet() const { return Size != LocationSize::mapEmpty(); } in isSizeSet()
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h137 constexpr static LocationSize mapEmpty() { in mapEmpty() function
318 return LocationSize::mapEmpty();
DAliasSetTracker.h60 LocationSize Size = LocationSize::mapEmpty();
65 bool isSizeSet() const { return Size != LocationSize::mapEmpty(); } in isSizeSet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryLocation.cpp25 else if (*this == mapEmpty()) in print()
/external/llvm-project/llvm/lib/Analysis/
DMemoryLocation.cpp27 else if (*this == mapEmpty()) in print()