Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h63 ImpreciseBit = uint64_t(1) << 63, enumerator
68 MaxValue = (MapTombstone - 1) & ~ImpreciseBit,
79 static_assert(Unknown & ImpreciseBit, "Unknown is imprecise by definition.");
98 return LocationSize(Value | ImpreciseBit, Direct); in upperBound()
128 return Value & ~ImpreciseBit; in getValue()
134 return (Value & ImpreciseBit) == 0; in isPrecise()