Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h68 BeforeOrAfterPointer = ~uint64_t(0), enumerator
69 AfterPointer = BeforeOrAfterPointer - 1,
70 MapEmpty = BeforeOrAfterPointer - 2,
71 MapTombstone = BeforeOrAfterPointer - 3,
88 static_assert(BeforeOrAfterPointer & ImpreciseBit,
131 return LocationSize(BeforeOrAfterPointer, Direct); in beforeOrAfterPointer()
148 if (Value == BeforeOrAfterPointer || Other.Value == BeforeOrAfterPointer) in unionWith()
157 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()
174 bool mayBeBeforePointer() const { return Value == BeforeOrAfterPointer; } in mayBeBeforePointer()