Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4893 bool WantNegative = in computeKnownFPClass() local
4899 if (!WantNaN && !WantNegative && !WantNegZero) in computeKnownFPClass()
4903 if (WantNegative) in computeKnownFPClass()
4911 (WantNegative && KnownRHS.cannotBeOrderedLessThanZero()) || in computeKnownFPClass()
5011 const bool WantNegative = (InterestedClasses & fcNegative) != fcNone; in computeKnownFPClass() local
5014 if (!WantNan && !WantNegative && !WantPositive) in computeKnownFPClass()