/external/webrtc/modules/ |
D | module_common_types_unittest.cc | 22 TEST(IsNewerSequenceNumber, NoWrap) { in TEST() argument 51 TEST(IsNewerTimestamp, NoWrap) { in TEST() argument 76 TEST(LatestSequenceNumber, NoWrap) { in TEST() argument 98 TEST(LatestTimestamp, NoWrap) { in TEST() argument
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | ExpressionSourceCode.h | 24 NoWrap = false, enumerator
|
/external/angle/src/tests/gl_tests/ |
D | ExternalWrapTest.cpp | 150 TEST_P(ExternalWrapTest, NoWrap) in TEST_P() argument
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1652 bool IsSigned, bool NoWrap); 1658 bool IsSigned, bool NoWrap);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1846 bool NoWrap); 1852 bool NoWrap);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1991 bool NoWrap); 1997 bool NoWrap);
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 1734 ConstantRange NoWrap = in TestNoWrapRegionExhaustive() local 1746 EXPECT_EQ(NoOverflow, NoWrap.contains(N1)); in TestNoWrapRegionExhaustive() 1750 EXPECT_EQ(Overflow, !NoWrap.contains(N1)); in TestNoWrapRegionExhaustive()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8578 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() argument 8579 if (NoWrap) return false; in doesIVOverflowOnLT() 8604 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() argument 8605 if (NoWrap) return false; in doesIVOverflowOnGT() 8657 bool NoWrap = ControlsExit && in howManyLessThans() local 8670 if (!Stride->isOne() && doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans() 8732 bool NoWrap = ControlsExit && in howManyGreaterThans() local 8745 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in howManyGreaterThans()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10543 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() argument 10546 if (NoWrap) return false; in doesIVOverflowOnLT() 10569 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() argument 10570 if (NoWrap) return false; in doesIVOverflowOnGT() 10664 bool NoWrap = ControlsExit && in howManyLessThans() local 10715 if (PredicatedIV || !NoWrap || isKnownNonPositive(Stride) || in howManyLessThans() 10719 doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans() 10804 bool NoWrap = ControlsExit && in howManyGreaterThans() local 10817 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in howManyGreaterThans()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 11001 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() argument 11004 if (NoWrap) return false; in doesIVOverflowOnLT() 11027 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() argument 11028 if (NoWrap) return false; in doesIVOverflowOnGT() 11122 bool NoWrap = ControlsExit && in howManyLessThans() local 11173 if (PredicatedIV || !NoWrap || isKnownNonPositive(Stride) || in howManyLessThans() 11177 doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans() 11268 bool NoWrap = ControlsExit && in howManyGreaterThans() local 11281 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in howManyGreaterThans()
|