Home
last modified time | relevance | path

Searched refs:isAllNonNegative (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h242 bool isAllNonNegative() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h234 bool isAllNonNegative() const;
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp2258 EXPECT_TRUE(Empty.isAllNonNegative()); in TEST_F()
2260 EXPECT_FALSE(Full.isAllNonNegative()); in TEST_F()
2276 EXPECT_EQ(AllNonNegative, CR.isAllNonNegative()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp359 bool ConstantRange::isAllNonNegative() const { in isAllNonNegative() function in ConstantRange
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp360 bool ConstantRange::isAllNonNegative() const { in isAllNonNegative() function in ConstantRange
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp1696 if (IV.getConstantRange().isAllNonNegative()) { in simplifyInstsInBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4291 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4601 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()