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.h73 AfterPointer = (BeforeOrAfterPointer - 1) & ~ScalableBit, enumerator
90 : Value(Raw > MaxValue ? AfterPointer in LocationSize()
93 static_assert(AfterPointer & ImpreciseBit,
107 : Value(Raw > MaxValue ? AfterPointer : Raw) {} in LocationSize()
133 return LocationSize(AfterPointer, Direct); in afterPointer()
158 if (Value == AfterPointer || Other.Value == AfterPointer) in unionWith()
167 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()