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

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

Completed in 421 milliseconds