Searched refs:cannotBeNegativeZero (Results 1 – 5 of 5) sorted by relevance
275 LLVM_ABI bool cannotBeNegativeZero(const Value *V, const SimplifyQuery &SQ,
5713 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, Q))) in simplifyFAddInst()5775 (FMF.noSignedZeros() || cannotBeNegativeZero(Op0, Q))) in simplifyFSubInst()
5917 bool llvm::cannotBeNegativeZero(const Value *V, const SimplifyQuery &SQ, in cannotBeNegativeZero() function in llvm
3107 cannotBeNegativeZero(Op0, getSimplifyQuery().getWithInstruction(&I))) { in visitFSub()
103 !cannotBeNegativeZero(Y, in foldSelectBinOpIdentity()