Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5505 bool WantNegative = in computeKnownFPClass() local
5511 if (!WantNaN && !WantNegative && !WantNegZero) in computeKnownFPClass()
5515 if (WantNegative) in computeKnownFPClass()
5523 (WantNegative && KnownRHS.cannotBeOrderedLessThanZero()) || in computeKnownFPClass()
5630 const bool WantNegative = (InterestedClasses & fcNegative) != fcNone; in computeKnownFPClass() local
5633 if (!WantNan && !WantNegative && !WantPositive) in computeKnownFPClass()