Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h141 bool CannotBeNegativeZero(const Value *V, unsigned Depth = 0);
/external/llvm/lib/Analysis/
DValueTracking.cpp2492 bool llvm::CannotBeNegativeZero(const Value *V, unsigned Depth) { in CannotBeNegativeZero() function in llvm
2523 return CannotBeNegativeZero(II->getArgOperand(0), Depth+1); in CannotBeNegativeZero()
2536 return CannotBeNegativeZero(CI->getArgOperand(0), Depth+1); in CannotBeNegativeZero()
DInstructionSimplify.cpp807 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0))) in SimplifyFAddInst()
846 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0))) in SimplifyFSubInst()
/external/llvm/lib/Target/
DREADME.txt2039 not an INF. The CannotBeNegativeZero predicate in value tracking should be