Searched refs:NoWrap (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/ |
D | module_common_types_unittest.cc | 21 TEST(IsNewerSequenceNumber, NoWrap) { in TEST() argument 50 TEST(IsNewerTimestamp, NoWrap) { in TEST() argument 75 TEST(LatestSequenceNumber, NoWrap) { in TEST() argument 97 TEST(LatestTimestamp, NoWrap) { in TEST() argument
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | rtp_to_ntp_unittest.cc | 16 TEST(WrapAroundTests, NoWrap) { in TEST() argument
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1652 bool IsSigned, bool NoWrap); 1658 bool IsSigned, bool NoWrap);
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 420 bool NoWrap);
|
/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/lib/Analysis/ |
D | ScalarEvolution.cpp | 6043 bool NoWrap) { in getBECount() argument 6063 if (!NoWrap) { in getBECount() 6092 bool NoWrap = isSigned ? AddRec->getNoWrapFlags(SCEV::FlagNSW) : in HowManyLessThans() local 6173 const SCEV *BECount = getBECount(Start, End, Step, NoWrap); in HowManyLessThans() 6179 : getBECount(MinStart, MaxEnd, Step, NoWrap); in HowManyLessThans()
|