Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp1303 bool WantNegative = in computeKnownFPClass() local
1310 if (!WantNaN && !WantNegative && !WantNegZero) in computeKnownFPClass()
1314 if (WantNegative) in computeKnownFPClass()
1321 (WantNegative && KnownRHS.cannotBeOrderedLessThanZero()) || in computeKnownFPClass()
1428 const bool WantNegative = (InterestedClasses & fcNegative) != fcNone; in computeKnownFPClass() local
1431 if (!WantNan && !WantNegative && !WantPositive) in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5349 bool WantNegative = in computeKnownFPClass() local
5355 if (!WantNaN && !WantNegative && !WantNegZero) in computeKnownFPClass()
5359 if (WantNegative) in computeKnownFPClass()
5367 (WantNegative && KnownRHS.cannotBeOrderedLessThanZero()) || in computeKnownFPClass()
5486 const bool WantNegative = (InterestedClasses & fcNegative) != fcNone; in computeKnownFPClass() local
5489 if (!WantNan && !WantNegative && !WantPositive) in computeKnownFPClass()