Searched refs:CannotBeNegativeZero (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h95 /// CannotBeNegativeZero - Return true if we can prove that the specified FP
98 bool CannotBeNegativeZero(const Value *V, unsigned Depth = 0);
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1293 /// CannotBeNegativeZero - Return true if we can prove that the specified FP
1299 bool llvm::CannotBeNegativeZero(const Value *V, unsigned Depth) { function in class:llvm
1322 return CannotBeNegativeZero(II->getArgOperand(0), Depth+1);
1335 return CannotBeNegativeZero(CI->getArgOperand(0), Depth+1);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp379 if (CFP->getValueAPF().isPosZero() && CannotBeNegativeZero(LHS))

Completed in 120 milliseconds