Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h106 constexpr static LocationSize mapTombstone() { in mapTombstone() function
277 return LocationSize::mapTombstone();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryLocation.cpp27 else if (*this == mapTombstone()) in print()