Searched refs:cannotBeNegativeZero (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 562 inline bool cannotBeNegativeZero(const Value *V, unsigned Depth, in cannotBeNegativeZero() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2870 cannotBeNegativeZero(Op0, 0, getSimplifyQuery().getWithInstruction(&I))) { in visitFSub()
|
| H A D | InstCombineSelect.cpp | 102 !cannotBeNegativeZero(Y, 0, in foldSelectBinOpIdentity()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5676 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, /*Depth=*/0, Q))) in simplifyFAddInst() 5738 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, /*Depth=*/0, Q))) in simplifyFSubInst()
|