HomeSort by relevance Sort by last modified time
    Searched refs:isNegativeZeroValue (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
Constant.h 62 /// isNegativeZeroValue - Return true if the value is what would be returned
64 bool isNegativeZeroValue() const;
PatternMatch.h 142 return C->isNegativeZeroValue();
894 return C->isNegativeZeroValue() && L.match(RHS);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp 45 bool Constant::isNegativeZeroValue() const {
    [all...]

Completed in 211 milliseconds