Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3723 (!SignBitOnly && CFP->getValueAPF().isZero()); in cannotBeOrderedLessThanZeroImpl()
3735 (SignBitOnly || !CFP->getValueAPF().isZero())) in cannotBeOrderedLessThanZeroImpl()
3760 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs())) in cannotBeOrderedLessThanZeroImpl()
3765 SignBitOnly, Depth + 1) && in cannotBeOrderedLessThanZeroImpl()
3771 (!SignBitOnly || cast<FPMathOperator>(I)->hasNoNaNs())) in cannotBeOrderedLessThanZeroImpl()
3780 SignBitOnly, Depth + 1); in cannotBeOrderedLessThanZeroImpl()
3785 SignBitOnly, Depth + 1); in cannotBeOrderedLessThanZeroImpl()
3790 SignBitOnly, Depth + 1); in cannotBeOrderedLessThanZeroImpl()
3796 SignBitOnly, Depth + 1); in cannotBeOrderedLessThanZeroImpl()
3818 if (SignBitOnly) { in cannotBeOrderedLessThanZeroImpl()
[all …]