Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp272 bool IsNonNegative = false; member
276 unsigned TruncBits, bool IsNonNegative) in CastedValue()
278 IsNonNegative(IsNonNegative) {} in CastedValue()
287 IsNonNegative && PreserveNonNeg); in withValue()
298 IsNonNegative); in withZExtOfValue()
318 IsNonNegative); in withSExtOfValue()
324 return CastedValue(NewV, ZExtBits, SExtBits + ExtendBy, 0, IsNonNegative); in withSExtOfValue()
358 if (IsNonNegative || Other.IsNonNegative) in hasSameCastsAs()