Home
last modified time | relevance | path

Searched refs:isAllNegative (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h239 bool isAllNegative() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h231 bool isAllNegative() const;
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp2257 EXPECT_TRUE(Empty.isAllNegative()); in TEST_F()
2259 EXPECT_FALSE(Full.isAllNegative()); in TEST_F()
2275 EXPECT_EQ(AllNegative, CR.isAllNegative()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp349 bool ConstantRange::isAllNegative() const { in isAllNegative() function in ConstantRange
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp350 bool ConstantRange::isAllNegative() const { in isAllNegative() function in ConstantRange
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4293 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4603 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()