Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h69 AfterPointer = BeforeOrAfterPointer - 1, enumerator
86 static_assert(AfterPointer & ImpreciseBit,
99 : Value(Raw > MaxValue ? AfterPointer : Raw) {} in LocationSize()
125 return LocationSize(AfterPointer, Direct); in afterPointer()
150 if (Value == AfterPointer || Other.Value == AfterPointer) in unionWith()
157 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()