OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CannotBeNegativeZero
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
ValueTracking.h
93
///
CannotBeNegativeZero
- Return true if we can prove that the specified FP
96
bool
CannotBeNegativeZero
(const Value *V, unsigned Depth = 0);
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
353
if (CFP->getValueAPF().isPosZero() &&
CannotBeNegativeZero
(LHS))
Completed in 695 milliseconds