Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h71 AfterPointer = (BeforeOrAfterPointer - 1) & ~ScalableBit, enumerator
84 : Value(Raw > MaxValue ? AfterPointer in LocationSize()
87 static_assert(AfterPointer & ImpreciseBit,
119 return LocationSize(AfterPointer); in afterPointer()
144 if (Value == AfterPointer || Other.Value == AfterPointer) in unionWith()
153 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()