Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h67 BeforeOrAfterPointer = ~uint64_t(0), enumerator
68 AfterPointer = BeforeOrAfterPointer - 1,
69 MapEmpty = BeforeOrAfterPointer - 2,
70 MapTombstone = BeforeOrAfterPointer - 3,
87 static_assert(BeforeOrAfterPointer & ImpreciseBit,
130 return LocationSize(BeforeOrAfterPointer, Direct); in beforeOrAfterPointer()
147 if (Value == BeforeOrAfterPointer || Other.Value == BeforeOrAfterPointer) in unionWith()
156 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()
173 bool mayBeBeforePointer() const { return Value == BeforeOrAfterPointer; } in mayBeBeforePointer()