Searched defs:UnknownSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h21 // the maximum size (in address units) of the memory region, or UnknownSize if
81 /// UnknownSize - This is a special value which can be used with the
84 static uint64_t const UnknownSize = ~UINT64_C(0); member in class:llvm::AliasAnalysis
110 /// UnknownSize if the size is not known. Note that an unknown size does
119 explicit Location(const Value *P = nullptr, uint64_t S = UnknownSize, argument
182 return alias(V1, UnknownSize, V2, UnknownSize);

Completed in 95 milliseconds