Home
last modified time | relevance | path

Searched refs:isNegativeZeroValue (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h61 bool isNegativeZeroValue() const;
/external/llvm/include/llvm/IR/
DConstant.h63 bool isNegativeZeroValue() const;
DPatternMatch.h142 return C->isNegativeZeroValue(); in match()
894 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h65 bool isNegativeZeroValue() const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1389 (Z1->isNegativeZeroValue() && Z2->isNegativeZeroValue()))) { in visitFAdd()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h658 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1909 return C->isNegativeZeroValue(); in isNeg()
1917 return C->isNegativeZeroValue(); in isFNeg()
DConstants.cpp43 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant
/external/llvm/lib/IR/
DInstructions.cpp2237 return C->isNegativeZeroValue(); in isNeg()
2247 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()
DConstants.cpp44 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant