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

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1418 /// CannotBeNegativeZero - Return true if we can prove that the specified FP
1424 bool llvm::CannotBeNegativeZero(const Value *V, unsigned Depth) { function in class:llvm
1452 return CannotBeNegativeZero(II->getArgOperand(0), Depth+1);
1465 return CannotBeNegativeZero(CI->getArgOperand(0), Depth+1);

Completed in 80 milliseconds