Searched refs:CannotBeNegativeZero (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 215 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 3519 bool llvm::CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI, in CannotBeNegativeZero() function in llvm 3547 return CannotBeNegativeZero(Call->getArgOperand(0), TLI, Depth + 1); in CannotBeNegativeZero() 3552 return CannotBeNegativeZero(Call->getArgOperand(0), TLI, Depth + 1); in CannotBeNegativeZero() 3721 CannotBeNegativeZero(CI->getOperand(0), TLI)); in cannotBeOrderedLessThanZeroImpl()
|
| H A D | InstructionSimplify.cpp | 5396 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in simplifyFAddInst() 5458 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in simplifyFSubInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2570 if (I.hasNoSignedZeros() || CannotBeNegativeZero(Op0, SQ.TLI)) { in visitFSub()
|
| H A D | InstCombineSelect.cpp | 101 if (!BO->hasNoSignedZeros() && !CannotBeNegativeZero(Y, &TLI)) in foldSelectBinOpIdentity()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | README.txt | 2039 not an INF. The CannotBeNegativeZero predicate in value tracking should be
|