Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h275 LLVM_ABI bool cannotBeNegativeZero(const Value *V, const SimplifyQuery &SQ,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5713 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, Q))) in simplifyFAddInst()
5775 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, Q))) in simplifyFSubInst()
H A DValueTracking.cpp5917 bool llvm::cannotBeNegativeZero(const Value *V, const SimplifyQuery &SQ, in cannotBeNegativeZero() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp3107 cannotBeNegativeZero(Op0, getSimplifyQuery().getWithInstruction(&I))) { in visitFSub()
H A DInstCombineSelect.cpp103 !cannotBeNegativeZero(Y, in foldSelectBinOpIdentity()