Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h68 AfterPointer = BeforeOrAfterPointer - 1, enumerator
85 static_assert(AfterPointer & ImpreciseBit,
98 : Value(Raw > MaxValue ? AfterPointer : Raw) {} in LocationSize()
124 return LocationSize(AfterPointer, Direct); in afterPointer()
149 if (Value == AfterPointer || Other.Value == AfterPointer) in unionWith()
156 return Value != AfterPointer && Value != BeforeOrAfterPointer; in hasValue()