Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h193 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp2824 bool llvm::CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI, in CannotBeNegativeZero() function in llvm
2858 return CannotBeNegativeZero(Call->getArgOperand(0), TLI, Depth + 1); in CannotBeNegativeZero()
2981 CannotBeNegativeZero(CI->getOperand(0), TLI)); in cannotBeOrderedLessThanZeroImpl()
H A DInstructionSimplify.cpp4536 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst()
4577 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1784 if (I.hasNoSignedZeros() || CannotBeNegativeZero(Op0, SQ.TLI)) { in visitFSub()
H A DInstCombineSelect.cpp104 if (!BO->hasNoSignedZeros() && !CannotBeNegativeZero(Y, &TLI)) in foldSelectBinOpIdentity()