Home
last modified time | relevance | path

Searched refs:CannotBeNegativeZero (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h222 bool CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3398 bool llvm::CannotBeNegativeZero(const Value *V, const TargetLibraryInfo *TLI, in CannotBeNegativeZero() function in llvm
3426 return CannotBeNegativeZero(Call->getArgOperand(0), TLI, Depth + 1); in CannotBeNegativeZero()
3565 CannotBeNegativeZero(CI->getOperand(0), TLI)); in cannotBeOrderedLessThanZeroImpl()
H A DInstructionSimplify.cpp4839 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst()
4886 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2248 if (I.hasNoSignedZeros() || CannotBeNegativeZero(Op0, SQ.TLI)) { in visitFSub()
H A DInstCombineSelect.cpp106 if (!BO->hasNoSignedZeros() && !CannotBeNegativeZero(Y, &TLI)) in foldSelectBinOpIdentity()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt2039 not an INF. The CannotBeNegativeZero predicate in value tracking should be