Searched refs:CannotBeNegativeZero (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 222 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 3440 bool llvm::CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI, in CannotBeNegativeZero() function in llvm 3468 return CannotBeNegativeZero(Call->getArgOperand(0), TLI, Depth + 1); in CannotBeNegativeZero() 3607 CannotBeNegativeZero(CI->getOperand(0), TLI)); in cannotBeOrderedLessThanZeroImpl()
|
| H A D | InstructionSimplify.cpp | 4933 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst() 4987 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2292 if (I.hasNoSignedZeros() || CannotBeNegativeZero(Op0, SQ.TLI)) { in visitFSub()
|
| H A D | InstCombineSelect.cpp | 106 if (!BO->hasNoSignedZeros() && !CannotBeNegativeZero(Y, &TLI)) in foldSelectBinOpIdentity()
|