Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h562 inline bool cannotBeNegativeZero(const Value *V, unsigned Depth, in cannotBeNegativeZero() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2870 cannotBeNegativeZero(Op0, 0, getSimplifyQuery().getWithInstruction(&I))) { in visitFSub()
H A DInstCombineSelect.cpp102 !cannotBeNegativeZero(Y, 0, in foldSelectBinOpIdentity()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5676 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, /*Depth=*/0, Q))) in simplifyFAddInst()
5738 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, /*Depth=*/0, Q))) in simplifyFSubInst()